2024-01-13T11:38:36.248 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-13T11:38:36.248 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056 --name yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056/orig.config.yaml 2024-01-13T11:38:36.286 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T11:38:36.373 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056 branch: wip-yuri2-testing-2024-01-12-1128-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: '7516056' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-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-yuri2-testing-2024-01-12-1128-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: 445562ab4bc3ddfb386936119050695810860bcb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 445562ab4bc3ddfb386936119050695810860bcb selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri2-testing-2024-01-12-1128-pacific sha1: 445562ab4bc3ddfb386936119050695810860bcb 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: 5246 sha1: 445562ab4bc3ddfb386936119050695810860bcb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2024-01-12-1128-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 445562ab4bc3ddfb386936119050695810860bcb targets: smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaoPzq+R+1ahje4297ZYhc/39F5JkJgKHfUKkuTWvF1ktzqtxy1BMYfd+yNREe/aVAfJ6bmhYg7+fQqMhb6UKQ= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKWE8/ptfn3RKEaYUyrDk2yaOyJplFzVARe2SG58r9CAKzu51tpk7UkoAWgxEFlG7PbjicurN6ZV1ExBRqL3m4A= 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-12_21:52:25 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-13T11:38:36.374 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa; will attempt to use it 2024-01-13T11:38:36.374 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks 2024-01-13T11:38:36.374 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-13T11:38:36.376 INFO:teuthology.task.internal:Checking packages... 2024-01-13T11:38:36.399 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '445562ab4bc3ddfb386936119050695810860bcb' 2024-01-13T11:38:36.400 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-13T11:38:36.400 INFO:teuthology.packaging:ref: None 2024-01-13T11:38:36.400 INFO:teuthology.packaging:tag: None 2024-01-13T11:38:36.400 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-13T11:38:36.400 INFO:teuthology.packaging:sha1: 445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T11:38:36.400 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-13T11:38:36.543 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-456.g445562ab 2024-01-13T11:38:36.544 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-13T11:38:36.552 INFO:teuthology.task.internal:no buildpackages task found 2024-01-13T11:38:36.552 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-13T11:38:36.591 INFO:teuthology.task.internal:Saving configuration 2024-01-13T11:38:36.606 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-13T11:38:36.615 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T11:38:36.641 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056', '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-13 11:33:36.777445', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaoPzq+R+1ahje4297ZYhc/39F5JkJgKHfUKkuTWvF1ktzqtxy1BMYfd+yNREe/aVAfJ6bmhYg7+fQqMhb6UKQ='} 2024-01-13T11:38:36.661 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056', '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-13 11:33:36.778861', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKWE8/ptfn3RKEaYUyrDk2yaOyJplFzVARe2SG58r9CAKzu51tpk7UkoAWgxEFlG7PbjicurN6ZV1ExBRqL3m4A='} 2024-01-13T11:38:36.662 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-13T11:38:36.667 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-13T11:38:36.667 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-13T11:38:36.667 INFO:teuthology.run_tasks:Running task console_log... 2024-01-13T11:38:36.758 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb2b1de1f70>, signals=[15]) 2024-01-13T11:38:36.758 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-13T11:38:36.764 INFO:teuthology.task.internal:Opening connections... 2024-01-13T11:38:36.764 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T11:38:36.766 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:38:36.840 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2024-01-13T11:38:36.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:38:36.914 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-13T11:38:36.920 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-01-13T11:38:36.942 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-01-13T11:38:36.943 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-01-13T11:38:37.003 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-01-13T11:38:37.003 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="8" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="8" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el8" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-13T11:38:37.004 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-13T11:38:37.005 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-01-13T11:38:37.024 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2024-01-13T11:38:37.046 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2024-01-13T11:38:37.046 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2024-01-13T11:38:37.106 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="CentOS Stream" 2024-01-13T11:38:37.106 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="8" 2024-01-13T11:38:37.106 INFO:teuthology.orchestra.run.smithi187.stdout:ID="centos" 2024-01-13T11:38:37.106 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="rhel fedora" 2024-01-13T11:38:37.106 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="8" 2024-01-13T11:38:37.107 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el8" 2024-01-13T11:38:37.107 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-13T11:38:37.107 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2024-01-13T11:38:37.107 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-13T11:38:37.107 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://centos.org/" 2024-01-13T11:38:37.107 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-13T11:38:37.107 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-13T11:38:37.107 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-13T11:38:37.107 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2024-01-13T11:38:37.124 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-13T11:38:37.131 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-13T11:38:37.159 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-13T11:38:37.160 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-01-13T11:38:37.162 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2024-01-13T11:38:37.181 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-13T11:38:37.187 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-13T11:38:37.187 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-01-13T11:38:37.223 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2024-01-13T11:38:37.266 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-13T11:38:37.321 INFO:teuthology.run_tasks:Running task kernel... 2024-01-13T11:38:37.335 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-13T11:38:37.335 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-13T11:38:37.336 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-13T11:38:37.336 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-13T11:38:37.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T11:38:37.356 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-01-13T11:38:37.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T11:38:37.357 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-01-13T11:38:37.415 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-489.el8.x86_64 2024-01-13T11:38:37.415 INFO:teuthology.task.kernel:Running kernel on smithi133: 4.18.0-489.el8.x86_64 2024-01-13T11:38:37.416 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-01-13T11:38:37.417 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-489.el8.x86_64 2024-01-13T11:38:37.417 INFO:teuthology.task.kernel:Running kernel on smithi187: 4.18.0-489.el8.x86_64 2024-01-13T11:38:37.417 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2024-01-13T11:38:41.655 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - AppStream 19 MB/s | 35 MB 00:01 2024-01-13T11:38:41.890 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - AppStream 18 MB/s | 35 MB 00:01 2024-01-13T11:38:53.079 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 58 MB 00:05 2024-01-13T11:38:57.396 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - BaseOS 6.4 MB/s | 58 MB 00:09 2024-01-13T11:39:01.570 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras 76 kB/s | 18 kB 00:00 2024-01-13T11:39:02.504 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras common packages 9.2 kB/s | 6.9 kB 00:00 2024-01-13T11:39:02.989 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-01-13T11:39:07.037 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - Extras 13 kB/s | 18 kB 00:01 2024-01-13T11:39:09.195 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - Extras common packages 3.5 kB/s | 6.9 kB 00:01 2024-01-13T11:39:09.530 INFO:teuthology.orchestra.run.smithi187.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-01-13T11:39:10.747 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 2.1 MB/s | 16 MB 00:07 2024-01-13T11:39:11.723 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 7.9 MB/s | 16 MB 00:02 2024-01-13T11:39:14.597 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 393 kB/s | 24 kB 00:00 2024-01-13T11:39:15.581 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 503 kB/s | 24 kB 00:00 2024-01-13T11:39:18.322 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-13T11:39:18.322 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-13T11:39:18.622 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-01-13T11:39:18.622 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:39:18.622 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-01-13T11:39:18.622 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout:Install 3 Packages 2024-01-13T11:39:18.623 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:39:18.624 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 90 M 2024-01-13T11:39:18.624 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 96 M 2024-01-13T11:39:18.624 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-01-13T11:39:19.197 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-13T11:39:19.197 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-13T11:39:19.496 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-13T11:39:19.497 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:39:19.498 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-13T11:39:19.498 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:39:19.498 INFO:teuthology.orchestra.run.smithi187.stdout:Install 3 Packages 2024-01-13T11:39:19.498 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:39:19.498 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 90 M 2024-01-13T11:39:19.498 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 96 M 2024-01-13T11:39:19.499 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-01-13T11:39:20.456 INFO:teuthology.orchestra.run.smithi133.stdout:(1/3): kernel-core-4.18.0-532.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2024-01-13T11:39:20.765 INFO:teuthology.orchestra.run.smithi133.stdout:(2/3): kernel-4.18.0-532.el8.x86_64.rpm 4.8 MB/s | 10 MB 00:02 2024-01-13T11:39:21.007 INFO:teuthology.orchestra.run.smithi187.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 7.0 MB/s | 10 MB 00:01 2024-01-13T11:39:22.440 INFO:teuthology.orchestra.run.smithi187.stdout:(2/3): kernel-core-4.18.0-532.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2024-01-13T11:39:22.481 INFO:teuthology.orchestra.run.smithi133.stdout:(3/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 9.5 MB/s | 36 MB 00:03 2024-01-13T11:39:22.482 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-01-13T11:39:22.482 INFO:teuthology.orchestra.run.smithi133.stdout:Total 23 MB/s | 90 MB 00:03 2024-01-13T11:39:23.167 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-01-13T11:39:23.598 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-01-13T11:39:23.598 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-01-13T11:39:24.836 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-01-13T11:39:24.855 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-01-13T11:39:25.390 INFO:teuthology.orchestra.run.smithi187.stdout:(3/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 6.2 MB/s | 36 MB 00:05 2024-01-13T11:39:25.390 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-01-13T11:39:25.391 INFO:teuthology.orchestra.run.smithi187.stdout:Total 15 MB/s | 90 MB 00:05 2024-01-13T11:39:26.073 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-01-13T11:39:26.501 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-01-13T11:39:26.501 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-01-13T11:39:27.630 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-01-13T11:39:27.730 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-01-13T11:39:27.745 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-01-13T11:39:28.097 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-13T11:39:30.509 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-01-13T11:39:31.066 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-13T11:39:31.643 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-13T11:39:32.021 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-13T11:39:34.635 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-13T11:39:35.057 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-13T11:39:35.453 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-13T11:39:35.710 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:39:38.491 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-13T11:39:38.754 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:39:57.988 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:39:58.012 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:39:58.364 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:39:58.365 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-13T11:39:58.365 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-13T11:39:59.244 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:39:59.247 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:39:59.247 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-01-13T11:39:59.248 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-13T11:39:59.248 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-13T11:39:59.248 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:39:59.248 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-01-13T11:39:59.396 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-01-13T11:39:59.610 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-13T11:39:59.610 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-13T11:39:59.610 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-13T11:39:59.610 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-13T11:39:59.610 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-13T11:39:59.611 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-13T11:39:59.611 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-01-13T11:39:59.611 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-01-13T11:39:59.821 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-13T11:39:59.821 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-13T11:39:59.821 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.02 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 129.el8 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Group : System Environment/Base 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 9265586 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2024-01-13T11:39:59.855 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-13T11:39:59.856 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-13T11:39:59.856 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-13T11:39:59.856 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-13T11:39:59.856 INFO:teuthology.orchestra.run.smithi133.stdout:Relocations : (not relocatable) 2024-01-13T11:39:59.856 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : CentOS BuildSystem 2024-01-13T11:39:59.856 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2024-01-13T11:39:59.856 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-13T11:39:59.859 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2024-01-13T11:39:59.859 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2024-01-13T11:39:59.860 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:39:59.860 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-13T11:39:59.860 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-13T11:39:59.860 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-13T11:39:59.860 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2024-01-13T11:39:59.860 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:39:59.860 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2024-01-13T11:39:59.861 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-13T11:39:59.861 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 4.18.0-532.el8.x86_64 2024-01-13T11:39:59.861 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-13T11:40:00.494 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:40:00.517 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:40:00.862 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:40:00.863 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-13T11:40:00.863 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-13T11:40:01.165 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-01-13T11:40:01.612 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-13T11:40:01.612 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:40:01.612 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-01-13T11:40:01.612 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-13T11:40:01.612 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-13T11:40:01.612 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:40:01.612 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-13T11:40:01.746 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-01-13T11:40:01.961 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-13T11:40:01.962 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-13T11:40:01.962 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-13T11:40:01.962 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-13T11:40:01.962 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-13T11:40:01.962 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-13T11:40:01.962 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi187.front.sepia.ceph.com, path=None, version=distro) 2024-01-13T11:40:01.962 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-01-13T11:40:02.171 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-13T11:40:02.172 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-13T11:40:02.172 DEBUG:teuthology.orchestra.run.smithi187:> sudo rpm -qi grub2-tools 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Name : grub2-tools 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Epoch : 1 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Version : 2.02 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Release : 129.el8 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Architecture: x86_64 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Group : System Environment/Base 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Size : 9265586 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:License : GPLv3+ 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-13T11:40:02.205 INFO:teuthology.orchestra.run.smithi187.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:Relocations : (not relocatable) 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:Packager : CentOS BuildSystem 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:Vendor : CentOS 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:Summary : Support tools for GRUB. 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:Description : 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:hardware devices. 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:40:02.206 INFO:teuthology.orchestra.run.smithi187.stdout:This subpackage provides tools for support of all platforms. 2024-01-13T11:40:02.207 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-13T11:40:02.207 INFO:teuthology.task.kernel:Updating grub on smithi187 to boot 4.18.0-532.el8.x86_64 2024-01-13T11:40:02.207 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-13T11:40:03.622 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-01-13T11:40:03.624 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-01-13T11:40:03.649 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.NiSnmIQTMr 2024-01-13T11:40:03.649 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NiSnmIQTMr 2024-01-13T11:40:03.723 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.NiSnmIQTMr 2024-01-13T11:40:03.862 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.NiSnmIQTMr is 6KB 2024-01-13T11:40:03.910 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.NiSnmIQTMr 2024-01-13T11:40:03.928 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2024-01-13T11:40:03.941 INFO:teuthology.orchestra.run.smithi187.stderr:Generating grub configuration file ... 2024-01-13T11:40:04.002 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-13T11:40:04.002 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-13T11:40:04.002 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-13T11:40:04.002 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-13T11:40:04.003 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-13T11:40:04.148 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-01-13T11:40:05.669 INFO:teuthology.orchestra.run.smithi187.stderr:done 2024-01-13T11:40:05.671 DEBUG:teuthology.orchestra.run.smithi187:> mktemp 2024-01-13T11:40:05.694 INFO:teuthology.orchestra.run.smithi187.stdout:/tmp/tmp.SPQOPQdT7i 2024-01-13T11:40:05.694 DEBUG:teuthology.orchestra.run.smithi187:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SPQOPQdT7i 2024-01-13T11:40:05.776 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0666 /tmp/tmp.SPQOPQdT7i 2024-01-13T11:40:05.917 DEBUG:teuthology.orchestra.remote:smithi187:/tmp/tmp.SPQOPQdT7i is 6KB 2024-01-13T11:40:05.965 DEBUG:teuthology.orchestra.run.smithi187:> rm -fr /tmp/tmp.SPQOPQdT7i 2024-01-13T11:40:05.982 DEBUG:teuthology.orchestra.run.smithi187:> sudo /bin/ls /boot/loader/entries || true 2024-01-13T11:40:06.048 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-13T11:40:06.048 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-13T11:40:06.048 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-13T11:40:06.048 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-13T11:40:06.049 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-13T11:40:06.189 DEBUG:teuthology.orchestra.run.smithi187:> sudo shutdown -r now 2024-01-13T11:40:34.176 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-13T11:40:34.176 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-13T11:40:34.177 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:40:36.194 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-13T11:40:36.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-13T11:40:36.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:40:52.668 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-01-13T11:41:01.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-13T11:41:01.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:41:04.732 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-01-13T11:41:16.744 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-13T11:41:16.745 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:41:36.218 DEBUG:teuthology.orchestra.remote:timed out 2024-01-13T11:41:45.222 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-13T11:41:45.223 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:41:45.646 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-01-13T11:41:46.019 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-13T11:41:46.019 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-532.el8.x86_64"... 2024-01-13T11:41:46.019 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-01-13T11:41:46.037 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-532.el8.x86_64 2024-01-13T11:41:46.038 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-13T11:41:46.038 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-13T11:41:46.038 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-13T11:41:47.038 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-13T11:41:47.039 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-13T11:41:47.126 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2024-01-13T11:41:47.145 DEBUG:teuthology.parallel:result is None 2024-01-13T11:41:48.806 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-01-13T11:41:49.140 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-13T11:41:49.140 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-532.el8.x86_64"... 2024-01-13T11:41:49.141 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-01-13T11:41:49.158 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-532.el8.x86_64 2024-01-13T11:41:49.158 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-13T11:41:49.159 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-13T11:41:49.159 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-13T11:41:50.160 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-13T11:41:50.160 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-13T11:41:50.231 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-01-13T11:41:50.250 DEBUG:teuthology.parallel:result is None 2024-01-13T11:41:50.250 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-13T11:41:50.259 INFO:teuthology.task.internal:Creating test directory... 2024-01-13T11:41:50.259 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-13T11:41:50.261 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-13T11:41:50.281 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-13T11:41:50.304 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-13T11:41:50.337 INFO:teuthology.task.internal:Creating archive directory... 2024-01-13T11:41:50.337 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-13T11:41:50.340 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-13T11:41:50.377 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-13T11:41:50.384 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-13T11:41:50.384 DEBUG:teuthology.orchestra.run.smithi133:> 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-13T11:41:50.415 DEBUG:teuthology.orchestra.run.smithi187:> 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-13T11:41:50.456 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T11:41:50.461 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T11:41:50.466 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T11:41:50.471 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T11:41:50.473 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-13T11:41:50.480 INFO:teuthology.task.internal:Configuring sudo... 2024-01-13T11:41:50.483 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-13T11:41:50.486 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-13T11:41:50.536 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-13T11:41:50.545 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-13T11:41:50.546 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-13T11:41:50.556 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-13T11:41:50.594 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T11:41:50.659 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T11:41:50.706 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T11:41:50.790 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T11:41:50.834 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:41:50.835 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-13T11:41:50.902 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T11:41:50.994 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T11:41:51.078 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T11:41:51.311 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T11:41:51.787 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-13T11:41:51.788 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-13T11:41:52.269 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-01-13T11:41:52.273 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2024-01-13T11:41:52.333 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-13T11:41:52.678 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-13T11:41:52.979 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-13T11:41:52.988 INFO:teuthology.task.internal:Starting timer... 2024-01-13T11:41:52.988 INFO:teuthology.run_tasks:Running task pcp... 2024-01-13T11:41:53.026 INFO:teuthology.run_tasks:Running task selinux... 2024-01-13T11:41:53.058 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-13T11:41:53.058 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-01-13T11:41:53.144 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-01-13T11:41:53.146 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2024-01-13T11:41:53.245 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2024-01-13T11:41:53.247 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-13T11:41:53.247 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-01-13T11:41:53.377 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-01-13T11:41:53.378 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2024-01-13T11:41:53.410 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2024-01-13T11:41:53.410 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi133.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2024-01-13T11:41:53.411 DEBUG:teuthology.orchestra.run.smithi133:> 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-13T11:41:53.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T11:41:53.441 DEBUG:teuthology.orchestra.run.smithi187:> 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-13T11:41:53.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T11:41:53.479 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-13T11:41:53.479 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-01-13T11:41:53.510 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2024-01-13T11:41:53.555 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-13T11:41:53.565 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-13T11:41:53.582 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-13T11:41:53.583 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi133.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-13T11:47:43.742 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2024-01-13T11:47:43.743 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-13T11:47:43.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:47:43.825 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-01-13T11:47:43.852 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-13T11:47:43.852 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-13T11:47:43.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T11:47:43.926 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-01-13T11:47:43.994 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-13T11:47:43.995 INFO:teuthology.run_tasks:Running task clock... 2024-01-13T11:47:44.005 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-13T11:47:44.005 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-13T11:47:44.006 DEBUG:teuthology.orchestra.run.smithi133:> 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-13T11:47:44.008 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-13T11:47:44.008 DEBUG:teuthology.orchestra.run.smithi187:> 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-13T11:47:44.038 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-13T11:47:44.053 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-13T11:47:44.067 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-13T11:47:44.081 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-13T11:47:44.118 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-01-13T11:47:44.130 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-01-13T11:47:44.143 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-13T11:47:44.148 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2024-01-13T11:47:44.156 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-13T11:47:44.159 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2024-01-13T11:47:44.173 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-13T11:47:44.186 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-13T11:47:44.227 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2024-01-13T11:47:44.229 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-13T11:47:44.229 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-01-13T11:47:44.230 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:47:44.230 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:47:44.230 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:47:44.230 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:47:44.259 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2024-01-13T11:47:44.263 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-13T11:47:44.263 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-01-13T11:47:44.263 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:47:44.263 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:47:44.263 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:47:44.263 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T11:47:44.264 INFO:teuthology.run_tasks:Running task pexec... 2024-01-13T11:47:44.274 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-13T11:47:44.275 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T11:47:44.275 DEBUG:teuthology.orchestra.run.smithi133:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-13T11:47:44.275 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2024-01-13T11:47:44.276 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-13T11:47:45.164 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:28 ago on Sat 13 Jan 2024 11:46:17 AM UTC. 2024-01-13T11:47:45.189 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:29 ago on Sat 13 Jan 2024 11:46:16 AM UTC. 2024-01-13T11:47:47.359 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-01-13T11:47:47.360 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:47:47.360 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-01-13T11:47:47.360 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:47:47.360 INFO:teuthology.orchestra.run.smithi133.stdout:Resetting modules: 2024-01-13T11:47:47.360 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools 2024-01-13T11:47:47.360 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:47:47.360 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-01-13T11:47:47.361 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:47:47.361 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:47:47.372 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-13T11:47:47.373 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:47:47.374 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-01-13T11:47:47.374 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:47:47.374 INFO:teuthology.orchestra.run.smithi187.stdout:Resetting modules: 2024-01-13T11:47:47.374 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools 2024-01-13T11:47:47.374 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:47:47.374 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-13T11:47:47.374 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:47:47.374 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:47:47.614 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-01-13T11:47:47.670 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-13T11:47:48.553 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:31 ago on Sat 13 Jan 2024 11:46:17 AM UTC. 2024-01-13T11:47:48.617 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:32 ago on Sat 13 Jan 2024 11:46:16 AM UTC. 2024-01-13T11:47:50.704 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-01-13T11:47:50.794 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-13T11:47:50.898 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:47:50.898 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-01-13T11:47:50.898 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout:Installing group/module packages: 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-13T11:47:50.899 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout:Installing module profiles: 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools/common 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling module streams: 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools rhel8 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2024-01-13T11:47:50.900 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:47:50.901 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 27 M 2024-01-13T11:47:50.901 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 89 M 2024-01-13T11:47:50.901 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-01-13T11:47:50.990 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:47:50.990 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-01-13T11:47:50.990 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:47:50.990 INFO:teuthology.orchestra.run.smithi187.stdout:Installing group/module packages: 2024-01-13T11:47:50.990 INFO:teuthology.orchestra.run.smithi187.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-13T11:47:50.990 INFO:teuthology.orchestra.run.smithi187.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-13T11:47:50.990 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout:Installing weak dependencies: 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout:Installing module profiles: 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools/common 2024-01-13T11:47:50.991 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:47:50.992 INFO:teuthology.orchestra.run.smithi187.stdout:Enabling module streams: 2024-01-13T11:47:50.992 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools rhel8 2024-01-13T11:47:50.992 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:47:50.992 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-13T11:47:50.992 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-13T11:47:50.992 INFO:teuthology.orchestra.run.smithi187.stdout:Install 13 Packages 2024-01-13T11:47:50.992 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:47:50.993 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 27 M 2024-01-13T11:47:50.993 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 89 M 2024-01-13T11:47:50.993 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-01-13T11:47:51.477 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.5 MB/s | 750 kB 00:00 2024-01-13T11:47:51.544 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.8 MB/s | 1.0 MB 00:00 2024-01-13T11:47:51.569 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2024-01-13T11:47:51.585 INFO:teuthology.orchestra.run.smithi187.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.5 MB/s | 750 kB 00:00 2024-01-13T11:47:51.627 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2024-01-13T11:47:51.652 INFO:teuthology.orchestra.run.smithi187.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.8 MB/s | 1.0 MB 00:00 2024-01-13T11:47:51.677 INFO:teuthology.orchestra.run.smithi187.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2024-01-13T11:47:51.719 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2024-01-13T11:47:51.736 INFO:teuthology.orchestra.run.smithi187.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2024-01-13T11:47:51.844 INFO:teuthology.orchestra.run.smithi187.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2024-01-13T11:47:51.861 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 175 kB/s | 25 kB 00:00 2024-01-13T11:47:51.911 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2024-01-13T11:47:51.920 INFO:teuthology.orchestra.run.smithi187.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2024-01-13T11:47:51.937 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2024-01-13T11:47:52.003 INFO:teuthology.orchestra.run.smithi187.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 12 MB/s | 3.9 MB 00:00 2024-01-13T11:47:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.0 MB/s | 9.6 MB 00:01 2024-01-13T11:47:52.112 INFO:teuthology.orchestra.run.smithi187.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.4 MB/s | 9.6 MB 00:01 2024-01-13T11:47:52.129 INFO:teuthology.orchestra.run.smithi187.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 449 kB/s | 94 kB 00:00 2024-01-13T11:47:52.137 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 575 kB/s | 53 kB 00:00 2024-01-13T11:47:52.221 INFO:teuthology.orchestra.run.smithi187.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 573 kB/s | 53 kB 00:00 2024-01-13T11:47:52.238 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.4 MB/s | 2.5 MB 00:00 2024-01-13T11:47:52.263 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2024-01-13T11:47:52.288 INFO:teuthology.orchestra.run.smithi187.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2024-01-13T11:47:52.322 INFO:teuthology.orchestra.run.smithi187.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 408 kB/s | 41 kB 00:00 2024-01-13T11:47:52.372 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2024-01-13T11:47:52.372 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-01-13T11:47:52.372 INFO:teuthology.orchestra.run.smithi133.stdout:Total 18 MB/s | 27 MB 00:01 2024-01-13T11:47:52.514 INFO:teuthology.orchestra.run.smithi187.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2024-01-13T11:47:52.514 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-01-13T11:47:52.514 INFO:teuthology.orchestra.run.smithi187.stdout:Total 17 MB/s | 27 MB 00:01 2024-01-13T11:47:52.637 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-01-13T11:47:52.658 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-01-13T11:47:52.658 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-01-13T11:47:52.781 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-01-13T11:47:52.802 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-01-13T11:47:52.802 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-01-13T11:47:52.915 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-01-13T11:47:52.918 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-01-13T11:47:53.061 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-01-13T11:47:53.064 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-01-13T11:47:53.647 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-01-13T11:47:53.803 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-01-13T11:47:53.884 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-13T11:47:54.023 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-13T11:47:54.046 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-13T11:47:54.227 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-13T11:47:54.258 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-13T11:47:54.439 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-13T11:47:54.532 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-13T11:47:54.698 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-13T11:47:55.113 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-13T11:47:55.284 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-13T11:47:56.120 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-13T11:47:56.274 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-13T11:47:56.360 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-13T11:47:56.496 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-13T11:47:56.590 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-13T11:47:56.718 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-13T11:47:56.867 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-13T11:47:56.998 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-13T11:47:57.299 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-13T11:47:57.405 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-13T11:47:58.178 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-13T11:47:58.319 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-13T11:47:58.417 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-13T11:47:58.599 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-13T11:47:58.628 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-13T11:47:58.817 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-13T11:47:59.039 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-13T11:47:59.039 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-13T11:47:59.039 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-13T11:47:59.039 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-13T11:47:59.040 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-13T11:47:59.236 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-13T11:47:59.237 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-13T11:47:59.237 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-13T11:47:59.237 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-13T11:47:59.889 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-13T11:47:59.889 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:47:59.889 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-01-13T11:47:59.889 INFO:teuthology.orchestra.run.smithi133.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:47:59.889 INFO:teuthology.orchestra.run.smithi133.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:47:59.889 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-13T11:47:59.889 INFO:teuthology.orchestra.run.smithi133.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-13T11:47:59.889 INFO:teuthology.orchestra.run.smithi133.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:47:59.890 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-01-13T11:48:00.150 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-13T11:48:00.150 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:48:00.150 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-01-13T11:48:00.150 INFO:teuthology.orchestra.run.smithi187.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:48:00.150 INFO:teuthology.orchestra.run.smithi187.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:48:00.151 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-13T11:48:00.151 INFO:teuthology.orchestra.run.smithi187.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-13T11:48:00.151 INFO:teuthology.orchestra.run.smithi187.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:48:00.151 INFO:teuthology.orchestra.run.smithi187.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:48:00.151 INFO:teuthology.orchestra.run.smithi187.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-13T11:48:00.151 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-13T11:48:00.152 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-13T11:48:00.152 INFO:teuthology.orchestra.run.smithi187.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:48:00.152 INFO:teuthology.orchestra.run.smithi187.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-13T11:48:00.152 INFO:teuthology.orchestra.run.smithi187.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-13T11:48:00.152 INFO:teuthology.orchestra.run.smithi187.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-13T11:48:00.152 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:48:00.152 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-13T11:48:00.209 DEBUG:teuthology.parallel:result is None 2024-01-13T11:48:00.483 DEBUG:teuthology.parallel:result is None 2024-01-13T11:48:00.483 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-13T11:48:00.553 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': '445562ab4bc3ddfb386936119050695810860bcb'} 2024-01-13T11:48:00.553 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2024-01-13T11:48:00.554 INFO:tasks.cephadm:Cluster fsid is 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:00.554 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-13T11:48:00.554 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-13T11:48:00.554 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi133': '172.21.15.133', 'mon.smithi187': '172.21.15.187'} 2024-01-13T11:48:00.554 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-13T11:48:00.555 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-01-13T11:48:00.583 DEBUG:teuthology.orchestra.run.smithi187:> sudo hostname $(hostname -s) 2024-01-13T11:48:00.611 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-01-13T11:48:00.611 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-13T11:48:01.104 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Jan 13 11:48 /home/ubuntu/cephtest/cephadm 2024-01-13T11:48:01.104 DEBUG:teuthology.orchestra.run.smithi187:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-13T11:48:01.474 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Jan 13 11:48 /home/ubuntu/cephtest/cephadm 2024-01-13T11:48:01.475 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-13T11:48:01.497 DEBUG:teuthology.orchestra.run.smithi187:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-13T11:48:01.528 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-01-13T11:48:01.569 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /etc/ceph 2024-01-13T11:48:01.600 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-01-13T11:48:01.638 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 777 /etc/ceph 2024-01-13T11:48:01.669 INFO:tasks.cephadm:Writing seed config... 2024-01-13T11:48:01.670 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-13T11:48:01.670 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-13T11:48:01.670 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-13T11:48:01.670 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-13T11:48:01.670 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-13T11:48:01.670 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-13T11:48:01.670 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-13T11:48:01.670 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-13T11:48:01.671 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:48:01.671 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-13T11:48:01.697 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 = 9a23abc2-b209-11ee-95ac-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-13T11:48:01.698 DEBUG:teuthology.orchestra.run.smithi133:mon.smithi133> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133.service 2024-01-13T11:48:01.740 INFO:tasks.cephadm:Bootstrapping... 2024-01-13T11:48:01.740 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid 9a23abc2-b209-11ee-95ac-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.133 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-13T11:48:01.768 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:-- Logs begin at Sat 2024-01-13 11:41:26 UTC. -- 2024-01-13T11:48:01.901 INFO:teuthology.orchestra.run.smithi133.stderr:container_init=False 2024-01-13T11:48:01.901 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying podman|docker is present... 2024-01-13T11:48:01.901 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying lvm2 is present... 2024-01-13T11:48:01.901 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying time synchronization is in place... 2024-01-13T11:48:01.902 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled chrony.service 2024-01-13T11:48:01.907 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-13T11:48:01.907 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active chrony.service 2024-01-13T11:48:01.912 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-01-13T11:48:01.912 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-13T11:48:01.917 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout enabled 2024-01-13T11:48:01.917 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active chronyd.service 2024-01-13T11:48:01.922 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout active 2024-01-13T11:48:01.923 INFO:teuthology.orchestra.run.smithi133.stderr:Unit chronyd.service is enabled and running 2024-01-13T11:48:01.923 INFO:teuthology.orchestra.run.smithi133.stderr:Repeating the final host check... 2024-01-13T11:48:01.923 INFO:teuthology.orchestra.run.smithi133.stderr:podman|docker (/bin/podman) is present 2024-01-13T11:48:01.923 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl is present 2024-01-13T11:48:01.923 INFO:teuthology.orchestra.run.smithi133.stderr:lvcreate is present 2024-01-13T11:48:01.923 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled chrony.service 2024-01-13T11:48:01.927 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-13T11:48:01.927 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active chrony.service 2024-01-13T11:48:01.932 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-01-13T11:48:01.932 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-13T11:48:01.937 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout enabled 2024-01-13T11:48:01.937 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active chronyd.service 2024-01-13T11:48:01.942 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout active 2024-01-13T11:48:01.943 INFO:teuthology.orchestra.run.smithi133.stderr:Unit chronyd.service is enabled and running 2024-01-13T11:48:01.943 INFO:teuthology.orchestra.run.smithi133.stderr:Host looks OK 2024-01-13T11:48:01.943 INFO:teuthology.orchestra.run.smithi133.stderr:Cluster fsid: 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:01.943 INFO:teuthology.orchestra.run.smithi133.stderr:Acquiring lock 140666691875336 on /run/cephadm/9a23abc2-b209-11ee-95ac-87774f69a715.lock 2024-01-13T11:48:01.944 INFO:teuthology.orchestra.run.smithi133.stderr:Lock 140666691875336 acquired on /run/cephadm/9a23abc2-b209-11ee-95ac-87774f69a715.lock 2024-01-13T11:48:01.944 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying IP 172.21.15.133 port 3300 ... 2024-01-13T11:48:01.944 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying IP 172.21.15.133 port 6789 ... 2024-01-13T11:48:01.944 INFO:teuthology.orchestra.run.smithi133.stderr:Base mon IP is 172.21.15.133, final addrv is [v2:172.21.15.133:3300,v1:172.21.15.133:6789] 2024-01-13T11:48:01.944 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /sbin/ip route ls 2024-01-13T11:48:01.945 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.133 metric 100 2024-01-13T11:48:01.946 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.133 metric 100 2024-01-13T11:48:01.946 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /sbin/ip -6 route ls 2024-01-13T11:48:01.948 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-01-13T11:48:01.948 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-13T11:48:01.948 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1785sec hoplimit 64 pref medium 2024-01-13T11:48:01.948 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /sbin/ip -6 addr ls 2024-01-13T11:48:01.950 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-13T11:48:01.950 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2024-01-13T11:48:01.950 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-01-13T11:48:01.950 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-13T11:48:01.950 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:8087/64 scope link 2024-01-13T11:48:01.950 INFO:teuthology.orchestra.run.smithi133.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-01-13T11:48:01.951 INFO:teuthology.orchestra.run.smithi133.stderr:Mon IP 172.21.15.133 is in CIDR network 172.21.0.0/20 2024-01-13T11:48:01.952 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-01-13T11:48:01.952 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2024-01-13T11:48:03.549 INFO:teuthology.orchestra.run.smithi133.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2024-01-13T11:48:10.263 INFO:teuthology.orchestra.run.smithi133.stderr:/bin/podman: stderr Getting image source signatures 2024-01-13T11:48:10.275 INFO:teuthology.orchestra.run.smithi133.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2024-01-13T11:48:10.275 INFO:teuthology.orchestra.run.smithi133.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-13T11:48:21.749 INFO:teuthology.orchestra.run.smithi133.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-01-13T11:48:21.813 INFO:teuthology.orchestra.run.smithi133.stderr:/bin/podman: stderr Writing manifest to image destination 2024-01-13T11:48:22.172 INFO:teuthology.orchestra.run.smithi133.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-01-13T11:48:22.184 INFO:teuthology.orchestra.run.smithi133.stderr:Extracting ceph user uid/gid from container image... 2024-01-13T11:48:22.184 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi133 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2024-01-13T11:48:22.735 INFO:teuthology.orchestra.run.smithi133.stderr:stat: stdout 167 167 2024-01-13T11:48:23.061 INFO:teuthology.orchestra.run.smithi133.stderr:Creating initial keys... 2024-01-13T11:48:23.061 INFO:teuthology.orchestra.run.smithi133.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=smithi133 docker.io/ceph/ceph:v15 --gen-print-key 2024-01-13T11:48:23.344 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-authtool: stdout AQCHeKJl1nFMExAAfV6LhOPOrWxWgNejolVGyg== 2024-01-13T11:48:23.678 INFO:teuthology.orchestra.run.smithi133.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=smithi133 docker.io/ceph/ceph:v15 --gen-print-key 2024-01-13T11:48:23.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-authtool: stdout AQCHeKJlu1j/NxAAUG2ir+Uj4QEJnsMywKWdWQ== 2024-01-13T11:48:24.292 INFO:teuthology.orchestra.run.smithi133.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=smithi133 docker.io/ceph/ceph:v15 --gen-print-key 2024-01-13T11:48:24.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-authtool: stdout AQCIeKJlUu+lIRAA4fTxdKj7cCaKQpbDTWZbGg== 2024-01-13T11:48:24.913 INFO:teuthology.orchestra.run.smithi133.stderr:Creating initial monmap... 2024-01-13T11:48:24.913 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /tmp/ceph-tmphz3k3v7e:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 --addv smithi133 [v2:172.21.15.133:3300,v1:172.21.15.133:6789] /tmp/monmap 2024-01-13T11:48:25.226 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-13T11:48:25.227 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:25.227 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-13T11:48:25.599 INFO:teuthology.orchestra.run.smithi133.stderr:Creating mon... 2024-01-13T11:48:25.601 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133:/var/lib/ceph/mon/ceph-smithi133:z -v /tmp/ceph-tmpaxgry6st:/tmp/keyring:z -v /tmp/ceph-tmphz3k3v7e:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi133 --fsid 9a23abc2-b209-11ee-95ac-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-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.882+0000 7fe402b406c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.883+0000 7fe402b406c0 1 imported monmap: 2024-01-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-01-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr fsid 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-01-13T11:48:25.214081+0000 2024-01-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr created 2024-01-13T11:48:25.214081+0000 2024-01-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-01-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.smithi133 2024-01-13T11:48:25.953 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.883+0000 7fe402b406c0 0 /usr/bin/ceph-mon: set fsid to 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.883+0000 7fe402b406c0 0 set rocksdb option compression = kNoCompression 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.883+0000 7fe402b406c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.883+0000 7fe402b406c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.883+0000 7fe402b406c0 0 set rocksdb option compression = kNoCompression 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.883+0000 7fe402b406c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.883+0000 7fe402b406c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Compile date May 26 2021 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: DB SUMMARY 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.954 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi133/store.db dir, Total Num: 0, files: 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi133/store.db: 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.error_if_exists: 0 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.create_if_missing: 1 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.env: 0x55addcbfd1c0 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.info_log: 0x55adde0a73c0 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.statistics: (nil) 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.use_fsync: 0 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T11:48:25.955 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.db_log_dir: 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi133/store.db 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T11:48:25.956 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.write_buffer_manager: 0x55adde0e0660 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T11:48:25.957 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.row_cache: None 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.wal_filter: None 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.two_write_queues: 0 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.atomic_flush: 0 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T11:48:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_open_files: -1 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Compression algorithms supported: 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T11:48:25.959 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: kZSTD supported: 0 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: kXpressCompression supported: 0 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: kZlibCompression supported: 1 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi133/store.db/MANIFEST-000001 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.960 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.merge_operator: 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.compaction_filter: None 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55adde03f2b0) 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-01-13T11:48:25.961 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x55adde074510 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-01-13T11:48:25.962 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T11:48:25.963 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.compression: NoCompression 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.num_levels: 7 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T11:48:25.964 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.884+0000 7fe402b406c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T11:48:25.965 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T11:48:25.966 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.table_properties_collectors: 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.bloom_locality: 0 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T11:48:25.967 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: Options.ttl: 0 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi133/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-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.885+0000 7fe402b406c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.886+0000 7fe402b406c0 4 rocksdb: DB pointer 0x55addeca0400 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.886+0000 7fe3eba27700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.886+0000 7fe3eba27700 4 rocksdb: [db/db_impl.cc:778] 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:48:25.968 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-01-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-01-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.969 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-01-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.970 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-01-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.971 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.972 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:25.972 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.972 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-01-13T11:48:25.972 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr 2024-01-13T11:48:25.972 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.887+0000 7fe402b406c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-01-13T11:48:25.972 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.887+0000 7fe402b406c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-01-13T11:48:25.972 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-13T11:48:25.887+0000 7fe402b406c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi133 for mon.smithi133 2024-01-13T11:48:26.249 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:26.253 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl disable ceph.target 2024-01-13T11:48:26.339 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl enable ceph.target 2024-01-13T11:48:26.345 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-13T11:48:26.423 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl start ceph.target 2024-01-13T11:48:26.430 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl enable ceph-9a23abc2-b209-11ee-95ac-87774f69a715.target 2024-01-13T11:48:26.436 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9a23abc2-b209-11ee-95ac-87774f69a715.target → /etc/systemd/system/ceph-9a23abc2-b209-11ee-95ac-87774f69a715.target. 2024-01-13T11:48:26.436 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9a23abc2-b209-11ee-95ac-87774f69a715.target → /etc/systemd/system/ceph-9a23abc2-b209-11ee-95ac-87774f69a715.target. 2024-01-13T11:48:26.513 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715.target 2024-01-13T11:48:26.531 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl daemon-reload 2024-01-13T11:48:26.612 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133 2024-01-13T11:48:26.634 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl reset-failed ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133 2024-01-13T11:48:26.639 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to reset failed state of unit ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133.service: Unit ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133.service not loaded. 2024-01-13T11:48:26.639 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl enable ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133 2024-01-13T11:48:26.645 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-9a23abc2-b209-11ee-95ac-87774f69a715.target.wants/ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133.service → /etc/systemd/system/ceph-9a23abc2-b209-11ee-95ac-87774f69a715@.service. 2024-01-13T11:48:26.722 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133 2024-01-13T11:48:26.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:26 smithi133 systemd[1]: Starting Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T11:48:27.099 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-13T11:48:27.107 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout disabled 2024-01-13T11:48:27.107 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active firewalld.service 2024-01-13T11:48:27.114 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-01-13T11:48:27.114 INFO:teuthology.orchestra.run.smithi133.stderr:firewalld.service is not enabled 2024-01-13T11:48:27.114 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to enable service . firewalld.service is not available 2024-01-13T11:48:27.114 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-13T11:48:27.115 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for mon to start... 2024-01-13T11:48:27.116 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for mon... 2024-01-13T11:48:27.116 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133:/var/lib/ceph/mon/ceph-smithi133:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2024-01-13T11:48:27.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:27 smithi133 bash[33889]: 894d0181a3864afd1e7c44d543f93982968af3d0dd7ea4287e054835fea40bd8 2024-01-13T11:48:27.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:27 smithi133 systemd[1]: Started Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715. 2024-01-13T11:48:27.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout cluster: 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout id: 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout services: 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi133 (age 0.477464s) 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout data: 2024-01-13T11:48:27.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-01-13T11:48:27.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-01-13T11:48:27.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-01-13T11:48:27.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout pgs: 2024-01-13T11:48:27.597 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:27.956 INFO:teuthology.orchestra.run.smithi133.stderr:mon is available 2024-01-13T11:48:27.956 INFO:teuthology.orchestra.run.smithi133.stderr:Assimilating anything we can from ceph.conf... 2024-01-13T11:48:27.956 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133:/var/lib/ceph/mon/ceph-smithi133:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi133/config 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout [global] 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout fsid = 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.133:3300,v1:172.21.15.133:6789] 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout [mgr] 2024-01-13T11:48:28.408 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-01-13T11:48:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout [osd] 2024-01-13T11:48:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-01-13T11:48:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-01-13T11:48:28.409 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-01-13T11:48:28.765 INFO:teuthology.orchestra.run.smithi133.stderr:Generating new minimal ceph.conf... 2024-01-13T11:48:28.765 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133:/var/lib/ceph/mon/ceph-smithi133:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi133/config 2024-01-13T11:48:29.516 INFO:teuthology.orchestra.run.smithi133.stderr:Restarting the monitor... 2024-01-13T11:48:29.516 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl restart ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133 2024-01-13T11:48:29.863 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:29 smithi133 systemd[1]: Stopping Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T11:48:30.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:29 smithi133 podman[34218]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon.smithi133 2024-01-13T11:48:30.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:30 smithi133 systemd[1]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133.service: Succeeded. 2024-01-13T11:48:30.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:30 smithi133 systemd[1]: Stopped Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715. 2024-01-13T11:48:30.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:30 smithi133 systemd[1]: Starting Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T11:48:30.373 INFO:teuthology.orchestra.run.smithi133.stderr:Setting mon public_network... 2024-01-13T11:48:30.373 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2024-01-13T11:48:30.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:30 smithi133 bash[34289]: 9ef4045ebb598bb8c24325aa2a7906857355345a74e911f90a79c2d7e109d5ac 2024-01-13T11:48:30.518 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 11:48:30 smithi133 systemd[1]: Started Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715. 2024-01-13T11:48:31.130 INFO:teuthology.orchestra.run.smithi133.stderr:Creating mgr... 2024-01-13T11:48:31.131 INFO:teuthology.orchestra.run.smithi133.stderr:Verifying port 9283 ... 2024-01-13T11:48:31.132 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl daemon-reload 2024-01-13T11:48:31.222 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mgr.smithi133.tqxoyx 2024-01-13T11:48:31.243 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl reset-failed ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mgr.smithi133.tqxoyx 2024-01-13T11:48:31.248 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Failed to reset failed state of unit ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mgr.smithi133.tqxoyx.service: Unit ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mgr.smithi133.tqxoyx.service not loaded. 2024-01-13T11:48:31.248 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl enable ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mgr.smithi133.tqxoyx 2024-01-13T11:48:31.253 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-9a23abc2-b209-11ee-95ac-87774f69a715.target.wants/ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mgr.smithi133.tqxoyx.service → /etc/systemd/system/ceph-9a23abc2-b209-11ee-95ac-87774f69a715@.service. 2024-01-13T11:48:31.340 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mgr.smithi133.tqxoyx 2024-01-13T11:48:31.696 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-13T11:48:31.704 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout disabled 2024-01-13T11:48:31.704 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active firewalld.service 2024-01-13T11:48:31.711 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-01-13T11:48:31.711 INFO:teuthology.orchestra.run.smithi133.stderr:firewalld.service is not enabled 2024-01-13T11:48:31.711 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to enable service . firewalld.service is not available 2024-01-13T11:48:31.712 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-13T11:48:31.712 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-13T11:48:31.719 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout disabled 2024-01-13T11:48:31.719 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active firewalld.service 2024-01-13T11:48:31.726 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-01-13T11:48:31.727 INFO:teuthology.orchestra.run.smithi133.stderr:firewalld.service is not enabled 2024-01-13T11:48:31.727 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-13T11:48:31.728 INFO:teuthology.orchestra.run.smithi133.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-13T11:48:31.728 INFO:teuthology.orchestra.run.smithi133.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-13T11:48:31.728 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for mgr to start... 2024-01-13T11:48:31.728 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for mgr... 2024-01-13T11:48:31.728 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-01-13T11:48:32.149 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:32.149 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:32.149 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsid": "9a23abc2-b209-11ee-95ac-87774f69a715", 2024-01-13T11:48:32.149 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "health": { 2024-01-13T11:48:32.149 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-01-13T11:48:32.149 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-01-13T11:48:32.150 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-01-13T11:48:32.150 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:32.150 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-01-13T11:48:32.150 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-01-13T11:48:32.150 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 0 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smithi133" 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_age": 1, 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "monmap": { 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-01-13T11:48:32.155 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-01-13T11:48:32.156 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": false, 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:32.157 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-13T11:48:32.158 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:32.158 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-01-13T11:48:32.158 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:32.158 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modified": "2024-01-13T11:48:27.127520+0000", 2024-01-13T11:48:32.158 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-13T11:48:32.158 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:32.158 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-01-13T11:48:32.158 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:32.547 INFO:teuthology.orchestra.run.smithi133.stderr:mgr not available, waiting (1/10)... 2024-01-13T11:48:33.548 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsid": "9a23abc2-b209-11ee-95ac-87774f69a715", 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "health": { 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:33.991 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 0 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smithi133" 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_age": 3, 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "monmap": { 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-01-13T11:48:33.992 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-01-13T11:48:33.993 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": false, 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:33.994 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-01-13T11:48:33.995 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:33.995 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modified": "2024-01-13T11:48:27.127520+0000", 2024-01-13T11:48:33.995 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-13T11:48:33.995 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:33.995 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-01-13T11:48:33.995 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:34.434 INFO:teuthology.orchestra.run.smithi133.stderr:mgr not available, waiting (2/10)... 2024-01-13T11:48:35.434 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-01-13T11:48:35.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:35.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:35.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsid": "9a23abc2-b209-11ee-95ac-87774f69a715", 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "health": { 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 0 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smithi133" 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2024-01-13T11:48:35.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "monmap": { 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-01-13T11:48:35.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-01-13T11:48:35.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": false, 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-13T11:48:35.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modified": "2024-01-13T11:48:27.127520+0000", 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-01-13T11:48:35.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:36.163 INFO:teuthology.orchestra.run.smithi133.stderr:mgr not available, waiting (3/10)... 2024-01-13T11:48:37.164 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-01-13T11:48:37.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 2024-01-13T11:48:37.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:37.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsid": "9a23abc2-b209-11ee-95ac-87774f69a715", 2024-01-13T11:48:37.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "health": { 2024-01-13T11:48:37.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-01-13T11:48:37.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-01-13T11:48:37.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-01-13T11:48:37.734 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 0 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smithi133" 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "monmap": { 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-01-13T11:48:37.735 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:37.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-01-13T11:48:37.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-01-13T11:48:37.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-01-13T11:48:37.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-01-13T11:48:37.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-01-13T11:48:37.736 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-01-13T11:48:37.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:37.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-01-13T11:48:37.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-01-13T11:48:37.739 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-01-13T11:48:37.740 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": true, 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modified": "2024-01-13T11:48:27.127520+0000", 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-01-13T11:48:37.741 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:38.031 INFO:teuthology.orchestra.run.smithi133.stderr:mgr is available 2024-01-13T11:48:38.031 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2024-01-13T11:48:38.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-01-13T11:48:38.928 INFO:teuthology.orchestra.run.smithi133.stderr:Enabling cephadm module... 2024-01-13T11:48:38.929 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2024-01-13T11:48:40.779 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 5, 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_name": "smithi133.tqxoyx", 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:6800", 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 3100522564 2024-01-13T11:48:41.283 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:6801", 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 3100522564 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.133:6801/3100522564", 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_change": "2024-01-13T11:48:35.404726+0000", 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": true, 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-13T11:48:41.284 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm", 2024-01-13T11:48:41.285 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-01-13T11:48:41.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-01-13T11:48:41.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-01-13T11:48:41.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-01-13T11:48:41.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active": { 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "active", 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0", 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "7", 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-01-13T11:48:41.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "1", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "250", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-01-13T11:48:41.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-01-13T11:48:41.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "end_time": { 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-13T11:48:41.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "7", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_score": { 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-13T11:48:41.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mode": { 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "none", 2024-01-13T11:48:41.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap" 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "1", 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-01-13T11:48:41.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-01-13T11:48:41.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_init": { 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mode": { 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "root" 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-01-13T11:48:41.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-01-13T11:48:41.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.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-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-01-13T11:48:41.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-13T11:48:41.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-13T11:48:41.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-01-13T11:48:41.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-01-13T11:48:41.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.567 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-13T11:48:41.568 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-13T11:48:41.569 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.570 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.571 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug": { 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.572 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.573 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "key_file": { 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.574 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.575 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.576 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.577 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.578 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.579 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.580 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.581 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl": { 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.582 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.583 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "redirect" 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.584 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "400", 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "599", 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.585 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.586 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.587 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.588 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.589 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.590 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.591 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.592 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.593 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.594 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.595 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.596 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.599 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.600 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.601 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.602 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.603 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.604 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.605 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.606 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-01-13T11:48:41.607 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.608 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.609 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-01-13T11:48:41.610 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "database": { 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "database", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.611 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "hostname": { 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.612 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-01-13T11:48:41.613 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.614 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.615 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.616 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.617 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.618 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "password": { 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "password", 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.619 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "port": { 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "port", 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.620 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl": { 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.621 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "threads": { 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.622 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "username": { 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "username", 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.623 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.624 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.625 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.626 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.627 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.628 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.629 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.631 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.632 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.633 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.634 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.635 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.636 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "10", 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.637 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.638 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.639 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.640 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.641 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.642 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.643 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.644 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.645 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.646 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.647 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.648 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_size": { 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.649 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.650 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-01-13T11:48:41.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-01-13T11:48:41.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.651 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prefix": { 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "subtree": { 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm", 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rook", 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-01-13T11:48:41.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-13T11:48:41.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enabled": { 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-01-13T11:48:41.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-01-13T11:48:41.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-13T11:48:41.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-01-13T11:48:41.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-01-13T11:48:41.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "key_file": { 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "roption1": { 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "roption2": { 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testkey": { 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "status", 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-01-13T11:48:41.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "address": { 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "address", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "contact": { 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "description": { 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "description", 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "device_url": { 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enabled": { 2024-01-13T11:48:41.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:48:41.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "8", 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-01-13T11:48:41.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "organization": { 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "proxy": { 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "url": { 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "url", 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-13T11:48:41.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-01-13T11:48:41.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "identifier": { 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:48:41.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:48:41.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": {}, 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "balancer", 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crash", 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress", 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status", 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "volumes" 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-01-13T11:48:41.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "balancer", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crash", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "telemetry", 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "volumes" 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-13T11:48:41.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:0", 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 648491640 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:0", 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 852659491 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-01-13T11:48:41.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-01-13T11:48:41.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:41.929 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for the mgr to restart... 2024-01-13T11:48:41.929 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for Mgr epoch 5... 2024-01-13T11:48:41.929 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-01-13T11:48:45.199 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:48:45.199 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-01-13T11:48:45.199 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "initialized": true 2024-01-13T11:48:45.199 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:48:46.640 INFO:teuthology.orchestra.run.smithi133.stderr:Mgr epoch 5 is available 2024-01-13T11:48:46.641 INFO:teuthology.orchestra.run.smithi133.stderr:Setting orchestrator backend to cephadm... 2024-01-13T11:48:46.641 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2024-01-13T11:48:49.496 INFO:teuthology.orchestra.run.smithi133.stderr:Generating ssh key... 2024-01-13T11:48:49.496 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2024-01-13T11:48:53.102 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2024-01-13T11:48:54.241 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPLO3qBIdckXcuCBBlEOV5Tctzr+C1sXk/9oTxPE0l+xLagaMUzKKHULtcZlJO6KNkmIpmbxg28rnCueWbBnj86QT0QFIZ68Nd++3XyAvBr7X8ye8f2/On5VnQD14jg2sIfAXFzwWcGQngexABbkoyenUnrAWw5XXdDcz/jQ7b+59bu3CItUjS0cEN+L6HOm4G919Vi0munLokSrz9m+olfnJEnKolkAQLdDQkvIu6Hih3JCxSakVuiqjTnN5vHLkjkJpRAynxp0PCKn8LLLsp2KMaK/TszoIaR/M6os5EYovj+IQhfPaKFxouS6JFO/1AZ59nJi7ahCt94jGloEM6PSureytvmEWTtNif4a/4YQNlDKbfSXzQGCsuFMXnnb5vHhLxn7OmCaFzxUBE9GPaU9rKV8hCdHuNZh7EvI+VIiYENp++6mziunFXo8aM7ypDah2FacnyCV2bDDzu6/DecMMhMty4BOZp4sl1XK7hIiCSVHNQ2ANpyVpz/CSsWVs= ceph-9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:48:55.268 INFO:teuthology.orchestra.run.smithi133.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-01-13T11:48:55.268 INFO:teuthology.orchestra.run.smithi133.stderr:Adding key to root@localhost's authorized_keys... 2024-01-13T11:48:55.269 INFO:teuthology.orchestra.run.smithi133.stderr:Adding host smithi133... 2024-01-13T11:48:55.270 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi133 2024-01-13T11:48:56.258 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Added host 'smithi133' 2024-01-13T11:48:56.576 INFO:teuthology.orchestra.run.smithi133.stderr:Deploying mon service with default placement... 2024-01-13T11:48:56.576 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2024-01-13T11:48:57.225 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2024-01-13T11:48:57.601 INFO:teuthology.orchestra.run.smithi133.stderr:Deploying mgr service with default placement... 2024-01-13T11:48:57.601 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2024-01-13T11:48:58.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2024-01-13T11:48:58.933 INFO:teuthology.orchestra.run.smithi133.stderr:Deploying crash service with default placement... 2024-01-13T11:48:58.933 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2024-01-13T11:48:59.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2024-01-13T11:48:59.834 INFO:teuthology.orchestra.run.smithi133.stderr:Enabling mgr prometheus module... 2024-01-13T11:48:59.834 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2024-01-13T11:49:00.933 INFO:teuthology.orchestra.run.smithi133.stderr:Deploying prometheus service with default placement... 2024-01-13T11:49:00.933 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2024-01-13T11:49:05.273 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-01-13T11:49:05.982 INFO:teuthology.orchestra.run.smithi133.stderr:Deploying grafana service with default placement... 2024-01-13T11:49:05.982 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2024-01-13T11:49:06.566 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2024-01-13T11:49:07.090 INFO:teuthology.orchestra.run.smithi133.stderr:Deploying node-exporter service with default placement... 2024-01-13T11:49:07.090 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2024-01-13T11:49:07.630 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-01-13T11:49:07.999 INFO:teuthology.orchestra.run.smithi133.stderr:Deploying alertmanager service with default placement... 2024-01-13T11:49:07.999 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2024-01-13T11:49:08.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-01-13T11:49:08.865 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2024-01-13T11:49:09.723 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-13T11:49:10.573 INFO:teuthology.orchestra.run.smithi133.stderr:Enabling the dashboard module... 2024-01-13T11:49:10.573 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2024-01-13T11:49:11.731 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-01-13T11:49:12.286 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.286 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "epoch": 13, 2024-01-13T11:49:12.286 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_gid": 14144, 2024-01-13T11:49:12.286 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_name": "smithi133.tqxoyx", 2024-01-13T11:49:12.286 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-01-13T11:49:12.286 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-13T11:49:12.286 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.286 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:6800", 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 3626275647 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:6801", 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 3626275647 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.133:6801/3626275647", 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_change": "2024-01-13T11:49:04.225057+0000", 2024-01-13T11:49:12.287 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-01-13T11:49:12.288 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available": true, 2024-01-13T11:49:12.288 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-01-13T11:49:12.288 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-13T11:49:12.288 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm", 2024-01-13T11:49:12.288 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "dashboard", 2024-01-13T11:49:12.288 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prometheus", 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "restful" 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.423 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.424 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.425 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.426 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.427 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.428 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.429 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.430 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.431 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.432 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-01-13T11:49:12.433 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-01-13T11:49:12.434 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-01-13T11:49:12.435 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-01-13T11:49:12.436 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-01-13T11:49:12.437 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.438 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active": { 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "active", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.439 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-01-13T11:49:12.440 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0", 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "7", 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-13T11:49:12.441 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-01-13T11:49:12.442 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "1", 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "250", 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.443 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.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-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.444 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "end_time": { 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.445 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.446 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "0", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "7", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.447 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.448 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.449 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.450 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.451 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_score": { 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-13T11:49:12.452 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mode": { 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.453 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "none", 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap" 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-01-13T11:49:12.454 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-13T11:49:12.455 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-01-13T11:49:12.456 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "1", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-13T11:49:12.457 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.458 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.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-13T11:49:12.459 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.460 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.461 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.463 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.464 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.465 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "container_init": { 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.466 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.467 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.468 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.469 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.470 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.471 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.472 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.473 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.474 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-01-13T11:49:12.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.476 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mode": { 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.477 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "root" 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-01-13T11:49:12.478 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-01-13T11:49:12.479 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-01-13T11:49:12.480 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-01-13T11:49:12.481 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-01-13T11:49:12.482 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.483 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.484 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.485 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-13T11:49:12.486 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.487 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.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-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-01-13T11:49:12.488 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.489 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.490 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.491 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.492 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.494 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.495 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.496 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.497 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.498 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.499 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.501 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.502 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.503 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.504 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.505 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.506 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.507 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.508 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.509 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.510 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.511 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.512 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.513 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.514 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.515 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.516 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.517 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.518 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.519 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.520 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.521 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.522 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.523 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.524 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.525 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.526 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.527 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.528 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.529 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.530 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-01-13T11:49:12.531 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.532 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-01-13T11:49:12.533 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-01-13T11:49:12.534 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-01-13T11:49:12.535 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-01-13T11:49:12.536 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.537 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.538 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.539 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.540 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug": { 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.541 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.542 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "key_file": { 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.543 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.545 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.546 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.547 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.548 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.549 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.550 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl": { 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.551 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.552 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.553 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "redirect" 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-01-13T11:49:12.554 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "400", 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "599", 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-01-13T11:49:12.555 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.556 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-01-13T11:49:12.557 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.558 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.559 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.560 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.561 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.562 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-01-13T11:49:12.563 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-01-13T11:49:12.564 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-01-13T11:49:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-01-13T11:49:12.759 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-13T11:49:12.760 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-01-13T11:49:12.761 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.762 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.763 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.764 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.765 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.766 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.767 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-01-13T11:49:12.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-01-13T11:49:12.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.768 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.771 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.772 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.773 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.774 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "database": { 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "database", 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.775 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "hostname": { 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.776 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.777 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.778 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.779 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.780 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.781 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.782 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "password": { 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "password", 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.783 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "port": { 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "port", 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.784 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ssl": { 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.785 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "threads": { 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.786 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "username": { 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "username", 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-01-13T11:49:12.787 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.788 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.789 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.790 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.791 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.792 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.793 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.794 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.795 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.796 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.797 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.798 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.799 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.800 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "10", 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.801 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.802 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.803 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.804 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.805 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.806 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.807 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.808 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.809 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.810 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.811 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.812 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min_size": { 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.813 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-01-13T11:49:12.814 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-01-13T11:49:12.815 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prefix": { 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-01-13T11:49:12.816 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "subtree": { 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.817 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.818 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.819 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.820 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.821 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.822 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-01-13T11:49:12.823 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "cephadm", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rook", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.824 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.825 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.826 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.827 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.828 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.829 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.830 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.831 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.832 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.833 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.834 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.835 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-01-13T11:49:12.836 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enabled": { 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.837 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.838 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.839 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.840 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.841 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.842 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.843 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.844 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.845 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.846 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.847 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.848 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.849 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.850 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.851 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.852 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.853 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.854 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.855 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.856 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.857 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.859 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.860 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.861 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.862 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.863 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-01-13T11:49:12.864 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "key_file": { 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.865 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.866 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.867 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.868 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.869 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.870 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.871 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.872 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.873 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.874 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.875 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.876 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.877 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-01-13T11:49:12.878 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.879 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.880 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.881 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.882 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.883 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "roption1": { 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.884 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "roption2": { 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.885 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.886 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.887 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.888 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.889 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.890 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.891 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.892 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testkey": { 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.893 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.894 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.895 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "status", 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.896 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.897 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.898 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.899 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.900 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "address": { 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "address", 2024-01-13T11:49:12.901 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.902 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.903 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.904 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.905 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.906 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.907 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.908 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-01-13T11:49:12.909 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-01-13T11:49:12.910 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.911 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "contact": { 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.912 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "description": { 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "description", 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.913 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "device_url": { 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-13T11:49:12.914 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enabled": { 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.915 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "8", 2024-01-13T11:49:12.916 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.917 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.918 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.919 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.920 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.921 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.922 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.923 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "organization": { 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.924 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "proxy": { 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "url": { 2024-01-13T11:49:12.925 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "url", 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.926 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.927 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.928 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.929 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.930 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.931 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.932 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.933 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.934 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.935 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.936 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.937 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-01-13T11:49:12.938 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "identifier": { 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.939 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.940 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.941 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.942 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.943 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "critical", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "debug", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "error", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "info", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "warning" 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.944 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.945 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.946 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.947 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-13T11:49:12.948 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "services": { 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi133.front.sepia.ceph.com:9283/" 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "balancer", 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crash", 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress", 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-01-13T11:49:12.949 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "volumes" 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "balancer", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "crash", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "progress", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "status", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "telemetry", 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "volumes" 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ], 2024-01-13T11:49:12.950 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:0", 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 4034901713 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout }, 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-13T11:49:12.951 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.133:0", 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "nonce": 269304470 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout ] 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for the mgr to restart... 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.stderr:Waiting for Mgr epoch 13... 2024-01-13T11:49:12.952 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-01-13T11:49:16.177 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout { 2024-01-13T11:49:16.177 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2024-01-13T11:49:16.177 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout "initialized": true 2024-01-13T11:49:16.177 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout } 2024-01-13T11:49:16.764 INFO:teuthology.orchestra.run.smithi133.stderr:Mgr epoch 13 is available 2024-01-13T11:49:16.764 INFO:teuthology.orchestra.run.smithi133.stderr:Generating a dashboard self-signed certificate... 2024-01-13T11:49:16.764 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2024-01-13T11:49:17.475 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-01-13T11:49:17.838 INFO:teuthology.orchestra.run.smithi133.stderr:Creating initial admin user... 2024-01-13T11:49:17.838 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmph8h_g52e:/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-13T11:49:18.544 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$numUbPyc9e/DkslgBVgz.ur.Y432qh9DDM1B.0AFnjaoCGUzuKzJa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705146558, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-13T11:49:18.867 INFO:teuthology.orchestra.run.smithi133.stderr:Fetching dashboard port number... 2024-01-13T11:49:18.868 INFO:teuthology.orchestra.run.smithi133.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=smithi133 -v /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp52ucnfq3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpx_o4s11k:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2024-01-13T11:49:19.364 INFO:teuthology.orchestra.run.smithi133.stderr:/usr/bin/ceph: stdout 8443 2024-01-13T11:49:19.743 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-13T11:49:19.751 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout disabled 2024-01-13T11:49:19.751 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: systemctl is-active firewalld.service 2024-01-13T11:49:19.757 INFO:teuthology.orchestra.run.smithi133.stderr:systemctl: stdout inactive 2024-01-13T11:49:19.758 INFO:teuthology.orchestra.run.smithi133.stderr:firewalld.service is not enabled 2024-01-13T11:49:19.758 INFO:teuthology.orchestra.run.smithi133.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-13T11:49:19.760 INFO:teuthology.orchestra.run.smithi133.stderr:Ceph Dashboard is now available at: 2024-01-13T11:49:19.760 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T11:49:19.760 INFO:teuthology.orchestra.run.smithi133.stderr: URL: https://smithi133.front.sepia.ceph.com:8443/ 2024-01-13T11:49:19.760 INFO:teuthology.orchestra.run.smithi133.stderr: User: admin 2024-01-13T11:49:19.760 INFO:teuthology.orchestra.run.smithi133.stderr: Password: rcdluxqzdx 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr:You can access the Ceph CLI with: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: ceph telemetry on 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr:For more information see: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr:Bootstrap complete. 2024-01-13T11:49:19.761 INFO:teuthology.orchestra.run.smithi133.stderr:Releasing lock 140666691875336 on /run/cephadm/9a23abc2-b209-11ee-95ac-87774f69a715.lock 2024-01-13T11:49:19.762 INFO:teuthology.orchestra.run.smithi133.stderr:Lock 140666691875336 released on /run/cephadm/9a23abc2-b209-11ee-95ac-87774f69a715.lock 2024-01-13T11:49:19.791 INFO:tasks.cephadm:Fetching config... 2024-01-13T11:49:19.791 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:49:19.791 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-13T11:49:19.851 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-13T11:49:19.851 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:49:19.851 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-13T11:49:19.911 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-13T11:49:19.911 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:49:19.911 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/keyring of=/dev/stdout 2024-01-13T11:49:19.980 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-13T11:49:19.980 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:49:19.980 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-13T11:49:20.038 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-13T11:49:20.038 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPLO3qBIdckXcuCBBlEOV5Tctzr+C1sXk/9oTxPE0l+xLagaMUzKKHULtcZlJO6KNkmIpmbxg28rnCueWbBnj86QT0QFIZ68Nd++3XyAvBr7X8ye8f2/On5VnQD14jg2sIfAXFzwWcGQngexABbkoyenUnrAWw5XXdDcz/jQ7b+59bu3CItUjS0cEN+L6HOm4G919Vi0munLokSrz9m+olfnJEnKolkAQLdDQkvIu6Hih3JCxSakVuiqjTnN5vHLkjkJpRAynxp0PCKn8LLLsp2KMaK/TszoIaR/M6os5EYovj+IQhfPaKFxouS6JFO/1AZ59nJi7ahCt94jGloEM6PSureytvmEWTtNif4a/4YQNlDKbfSXzQGCsuFMXnnb5vHhLxn7OmCaFzxUBE9GPaU9rKV8hCdHuNZh7EvI+VIiYENp++6mziunFXo8aM7ypDah2FacnyCV2bDDzu6/DecMMhMty4BOZp4sl1XK7hIiCSVHNQ2ANpyVpz/CSsWVs= ceph-9a23abc2-b209-11ee-95ac-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-13T11:49:20.114 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPLO3qBIdckXcuCBBlEOV5Tctzr+C1sXk/9oTxPE0l+xLagaMUzKKHULtcZlJO6KNkmIpmbxg28rnCueWbBnj86QT0QFIZ68Nd++3XyAvBr7X8ye8f2/On5VnQD14jg2sIfAXFzwWcGQngexABbkoyenUnrAWw5XXdDcz/jQ7b+59bu3CItUjS0cEN+L6HOm4G919Vi0munLokSrz9m+olfnJEnKolkAQLdDQkvIu6Hih3JCxSakVuiqjTnN5vHLkjkJpRAynxp0PCKn8LLLsp2KMaK/TszoIaR/M6os5EYovj+IQhfPaKFxouS6JFO/1AZ59nJi7ahCt94jGloEM6PSureytvmEWTtNif4a/4YQNlDKbfSXzQGCsuFMXnnb5vHhLxn7OmCaFzxUBE9GPaU9rKV8hCdHuNZh7EvI+VIiYENp++6mziunFXo8aM7ypDah2FacnyCV2bDDzu6/DecMMhMty4BOZp4sl1XK7hIiCSVHNQ2ANpyVpz/CSsWVs= ceph-9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:49:20.126 DEBUG:teuthology.orchestra.run.smithi187:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPLO3qBIdckXcuCBBlEOV5Tctzr+C1sXk/9oTxPE0l+xLagaMUzKKHULtcZlJO6KNkmIpmbxg28rnCueWbBnj86QT0QFIZ68Nd++3XyAvBr7X8ye8f2/On5VnQD14jg2sIfAXFzwWcGQngexABbkoyenUnrAWw5XXdDcz/jQ7b+59bu3CItUjS0cEN+L6HOm4G919Vi0munLokSrz9m+olfnJEnKolkAQLdDQkvIu6Hih3JCxSakVuiqjTnN5vHLkjkJpRAynxp0PCKn8LLLsp2KMaK/TszoIaR/M6os5EYovj+IQhfPaKFxouS6JFO/1AZ59nJi7ahCt94jGloEM6PSureytvmEWTtNif4a/4YQNlDKbfSXzQGCsuFMXnnb5vHhLxn7OmCaFzxUBE9GPaU9rKV8hCdHuNZh7EvI+VIiYENp++6mziunFXo8aM7ypDah2FacnyCV2bDDzu6/DecMMhMty4BOZp4sl1XK7hIiCSVHNQ2ANpyVpz/CSsWVs= ceph-9a23abc2-b209-11ee-95ac-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-13T11:49:20.172 INFO:teuthology.orchestra.run.smithi187.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPLO3qBIdckXcuCBBlEOV5Tctzr+C1sXk/9oTxPE0l+xLagaMUzKKHULtcZlJO6KNkmIpmbxg28rnCueWbBnj86QT0QFIZ68Nd++3XyAvBr7X8ye8f2/On5VnQD14jg2sIfAXFzwWcGQngexABbkoyenUnrAWw5XXdDcz/jQ7b+59bu3CItUjS0cEN+L6HOm4G919Vi0munLokSrz9m+olfnJEnKolkAQLdDQkvIu6Hih3JCxSakVuiqjTnN5vHLkjkJpRAynxp0PCKn8LLLsp2KMaK/TszoIaR/M6os5EYovj+IQhfPaKFxouS6JFO/1AZ59nJi7ahCt94jGloEM6PSureytvmEWTtNif4a/4YQNlDKbfSXzQGCsuFMXnnb5vHhLxn7OmCaFzxUBE9GPaU9rKV8hCdHuNZh7EvI+VIiYENp++6mziunFXo8aM7ypDah2FacnyCV2bDDzu6/DecMMhMty4BOZp4sl1XK7hIiCSVHNQ2ANpyVpz/CSsWVs= ceph-9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:49:20.184 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-13T11:49:21.835 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi187 2024-01-13T11:49:21.835 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-13T11:49:21.835 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.conf 2024-01-13T11:49:21.858 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-13T11:49:21.858 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T11:49:21.918 INFO:tasks.cephadm:Adding host smithi187 to orchestrator... 2024-01-13T11:49:21.919 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch host add smithi187 2024-01-13T11:49:44.558 INFO:teuthology.orchestra.run.smithi187.stdout:Added host 'smithi187' 2024-01-13T11:49:44.884 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch host ls --format=json 2024-01-13T11:49:46.112 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:49:46.112 INFO:teuthology.orchestra.run.smithi187.stdout:[{"addr": "smithi133", "hostname": "smithi133", "labels": [], "status": ""}, {"addr": "smithi187", "hostname": "smithi187", "labels": [], "status": ""}] 2024-01-13T11:49:46.431 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-13T11:49:46.431 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd crush tunables default 2024-01-13T11:49:48.403 INFO:teuthology.orchestra.run.smithi133.stderr:adjusted tunables profile to default 2024-01-13T11:49:48.772 INFO:tasks.cephadm:Adding mon.smithi187 on smithi187 2024-01-13T11:49:48.772 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add mon smithi187:172.21.15.187=smithi187 2024-01-13T11:49:57.864 INFO:teuthology.orchestra.run.smithi187.stdout:Deployed mon.smithi187 on host 'smithi187' 2024-01-13T11:49:58.183 DEBUG:teuthology.orchestra.run.smithi187:mon.smithi187> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi187.service 2024-01-13T11:49:58.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T11:49:58.187 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T11:49:58.218 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:-- Logs begin at Sat 2024-01-13 11:41:30 UTC. -- 2024-01-13T11:49:59.453 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-13T11:49:59.453 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":2,"fsid":"9a23abc2-b209-11ee-95ac-87774f69a715","modified":"2024-01-13T11:49:52.827721Z","created":"2024-01-13T11:48:25.214081Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi133","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi187","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:3300","nonce":0},{"type":"v1","addr":"172.21.15.187:6789","nonce":0}]},"addr":"172.21.15.187:6789/0","public_addr":"172.21.15.187:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-01-13T11:49:59.454 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 2 2024-01-13T11:49:59.855 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-13T11:49:59.855 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph config generate-minimal-conf 2024-01-13T11:50:01.027 INFO:teuthology.orchestra.run.smithi133.stdout:# minimal ceph.conf for 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:50:01.028 INFO:teuthology.orchestra.run.smithi133.stdout:[global] 2024-01-13T11:50:01.028 INFO:teuthology.orchestra.run.smithi133.stdout: fsid = 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T11:50:01.028 INFO:teuthology.orchestra.run.smithi133.stdout: mon_host = [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] 2024-01-13T11:50:01.427 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-13T11:50:01.428 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:50:01.428 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-01-13T11:50:01.457 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:50:01.458 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T11:50:01.525 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-13T11:50:01.525 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.conf 2024-01-13T11:50:01.577 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-13T11:50:01.577 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T11:50:01.654 INFO:tasks.cephadm:Deploying OSDs... 2024-01-13T11:50:01.654 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:50:01.654 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T11:50:01.672 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-13T11:50:01.672 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-01-13T11:50:01.730 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-13T11:50:01.731 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T11:50:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 164299 Links: 1 2024-01-13T11:50:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T11:50:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-01-13T11:50:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-13 11:49:23.827488066 +0000 2024-01-13T11:50:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-13 11:47:10.440308774 +0000 2024-01-13T11:50:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-13 11:47:10.440308774 +0000 2024-01-13T11:50:01.731 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-13T11:50:01.731 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-13T11:50:01.798 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-13T11:50:01.798 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-13T11:50:01.798 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000247473 s, 2.1 MB/s 2024-01-13T11:50:01.798 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-13T11:50:01.857 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-01-13T11:50:01.916 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-13T11:50:01.916 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T11:50:01.916 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 160669 Links: 1 2024-01-13T11:50:01.916 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T11:50:01.916 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-01-13T11:50:01.916 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-13 11:49:23.827488066 +0000 2024-01-13T11:50:01.916 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-13 11:47:10.796302268 +0000 2024-01-13T11:50:01.917 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-13 11:47:10.796302268 +0000 2024-01-13T11:50:01.917 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-13T11:50:01.917 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-13T11:50:01.982 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-13T11:50:01.983 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-13T11:50:01.983 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000209517 s, 2.4 MB/s 2024-01-13T11:50:01.984 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-13T11:50:02.043 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-01-13T11:50:02.101 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-13T11:50:02.101 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T11:50:02.101 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 163208 Links: 1 2024-01-13T11:50:02.101 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T11:50:02.101 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-01-13T11:50:02.102 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-13 11:49:23.827488066 +0000 2024-01-13T11:50:02.102 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-13 11:47:11.143295926 +0000 2024-01-13T11:50:02.102 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-13 11:47:11.143295926 +0000 2024-01-13T11:50:02.102 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-13T11:50:02.102 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-13T11:50:02.166 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-13T11:50:02.166 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-13T11:50:02.167 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000160015 s, 3.2 MB/s 2024-01-13T11:50:02.168 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-13T11:50:02.227 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-01-13T11:50:02.285 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-13T11:50:02.285 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T11:50:02.285 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 167016 Links: 1 2024-01-13T11:50:02.285 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T11:50:02.285 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-01-13T11:50:02.285 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-13 11:49:23.827488066 +0000 2024-01-13T11:50:02.285 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-13 11:47:11.480289767 +0000 2024-01-13T11:50:02.285 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-13 11:47:11.480289767 +0000 2024-01-13T11:50:02.286 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-13T11:50:02.286 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-13T11:50:02.351 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-13T11:50:02.351 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-13T11:50:02.351 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000234354 s, 2.2 MB/s 2024-01-13T11:50:02.352 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-13T11:50:02.411 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-13T11:50:02.411 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T11:50:02.433 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-13T11:50:02.433 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_1 2024-01-13T11:50:02.494 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-13T11:50:02.494 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T11:50:02.494 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 166949 Links: 1 2024-01-13T11:50:02.494 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T11:50:02.494 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-13T11:50:02.495 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-13 11:49:52.498146133 +0000 2024-01-13T11:50:02.495 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-13 11:47:10.440593307 +0000 2024-01-13T11:50:02.495 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-13 11:47:10.440593307 +0000 2024-01-13T11:50:02.495 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-13T11:50:02.495 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-13T11:50:02.565 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-13T11:50:02.565 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-13T11:50:02.565 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000291898 s, 1.8 MB/s 2024-01-13T11:50:02.566 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-13T11:50:02.627 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_2 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 159460 Links: 1 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-13 11:49:52.498146133 +0000 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-13 11:47:10.789587815 +0000 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-13 11:47:10.789587815 +0000 2024-01-13T11:50:02.689 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-13T11:50:02.690 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-13T11:50:02.758 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-13T11:50:02.758 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-13T11:50:02.758 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000253141 s, 2.0 MB/s 2024-01-13T11:50:02.759 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-13T11:50:02.819 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_3 2024-01-13T11:50:02.878 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-13T11:50:02.879 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T11:50:02.879 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 167145 Links: 1 2024-01-13T11:50:02.879 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T11:50:02.879 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-13T11:50:02.879 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-13 11:49:52.499146117 +0000 2024-01-13T11:50:02.879 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-13 11:47:11.132582418 +0000 2024-01-13T11:50:02.879 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-13 11:47:11.132582418 +0000 2024-01-13T11:50:02.879 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-13T11:50:02.879 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-13T11:50:02.946 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-13T11:50:02.947 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-13T11:50:02.947 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000188472 s, 2.7 MB/s 2024-01-13T11:50:02.948 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-13T11:50:03.008 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_4 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 159576 Links: 1 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-13 11:49:52.499146117 +0000 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-13 11:47:11.480576943 +0000 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-13 11:47:11.480576943 +0000 2024-01-13T11:50:03.067 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-13T11:50:03.067 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-13T11:50:03.134 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-13T11:50:03.134 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-13T11:50:03.134 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000292177 s, 1.8 MB/s 2024-01-13T11:50:03.135 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-13T11:50:03.194 INFO:tasks.cephadm:Deploying osd.0 on smithi133 with /dev/vg_nvme/lv_4... 2024-01-13T11:50:03.194 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-13T11:50:04.521 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-13T11:50:04.521 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-13T11:50:04.521 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-01-13T11:50:04.522 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-01-13T11:50:04.522 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111345 s, 942 MB/s 2024-01-13T11:50:04.522 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-01-13T11:50:04.902 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-01-13T11:54:32.712 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 0 on host 'smithi133' 2024-01-13T11:54:33.081 DEBUG:teuthology.orchestra.run.smithi133:osd.0> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.0.service 2024-01-13T11:54:33.083 INFO:tasks.cephadm:Deploying osd.1 on smithi133 with /dev/vg_nvme/lv_3... 2024-01-13T11:54:33.083 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-13T11:54:33.112 INFO:journalctl@ceph.osd.0.smithi133.stdout:-- Logs begin at Sat 2024-01-13 11:41:26 UTC. -- 2024-01-13T11:54:34.450 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-13T11:54:34.450 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-13T11:54:34.450 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-01-13T11:54:34.450 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-01-13T11:54:34.450 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012022 s, 872 MB/s 2024-01-13T11:54:34.450 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-01-13T11:54:34.787 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi133:vg_nvme/lv_3 2024-01-13T11:54:57.797 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 1 on host 'smithi133' 2024-01-13T11:54:58.125 DEBUG:teuthology.orchestra.run.smithi133:osd.1> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.1.service 2024-01-13T11:54:58.127 INFO:tasks.cephadm:Deploying osd.2 on smithi133 with /dev/vg_nvme/lv_2... 2024-01-13T11:54:58.127 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-13T11:54:58.155 INFO:journalctl@ceph.osd.1.smithi133.stdout:-- Logs begin at Sat 2024-01-13 11:41:26 UTC. -- 2024-01-13T11:54:59.566 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-13T11:54:59.566 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-13T11:54:59.566 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-01-13T11:54:59.566 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-01-13T11:54:59.566 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0138903 s, 755 MB/s 2024-01-13T11:54:59.566 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-01-13T11:55:00.175 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi133:vg_nvme/lv_2 2024-01-13T11:55:14.080 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 2 on host 'smithi133' 2024-01-13T11:55:14.422 DEBUG:teuthology.orchestra.run.smithi133:osd.2> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.2.service 2024-01-13T11:55:14.425 INFO:tasks.cephadm:Deploying osd.3 on smithi133 with /dev/vg_nvme/lv_1... 2024-01-13T11:55:14.425 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-13T11:55:14.454 INFO:journalctl@ceph.osd.2.smithi133.stdout:-- Logs begin at Sat 2024-01-13 11:41:26 UTC. -- 2024-01-13T11:55:15.813 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-13T11:55:15.813 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-13T11:55:15.813 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-01-13T11:55:15.814 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-01-13T11:55:15.814 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0136203 s, 770 MB/s 2024-01-13T11:55:15.814 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-01-13T11:55:16.222 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi133:vg_nvme/lv_1 2024-01-13T11:55:26.258 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 3 on host 'smithi133' 2024-01-13T11:55:26.619 DEBUG:teuthology.orchestra.run.smithi133:osd.3> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.3.service 2024-01-13T11:55:26.623 INFO:tasks.cephadm:Deploying osd.4 on smithi187 with /dev/vg_nvme/lv_4... 2024-01-13T11:55:26.623 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-13T11:55:26.652 INFO:journalctl@ceph.osd.3.smithi133.stdout:-- Logs begin at Sat 2024-01-13 11:41:26 UTC. -- 2024-01-13T11:55:28.008 INFO:teuthology.orchestra.run.smithi187.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-13T11:55:28.008 INFO:teuthology.orchestra.run.smithi187.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-13T11:55:28.008 INFO:teuthology.orchestra.run.smithi187.stderr: stderr: 10+0 records in 2024-01-13T11:55:28.008 INFO:teuthology.orchestra.run.smithi187.stderr:10+0 records out 2024-01-13T11:55:28.008 INFO:teuthology.orchestra.run.smithi187.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126448 s, 829 MB/s 2024-01-13T11:55:28.008 INFO:teuthology.orchestra.run.smithi187.stderr:--> Zapping successful for: 2024-01-13T11:55:28.385 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi187:vg_nvme/lv_4 2024-01-13T11:57:00.419 INFO:teuthology.orchestra.run.smithi187.stdout:Created osd(s) 4 on host 'smithi187' 2024-01-13T11:57:00.735 DEBUG:teuthology.orchestra.run.smithi187:osd.4> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.4.service 2024-01-13T11:57:00.737 INFO:tasks.cephadm:Deploying osd.5 on smithi187 with /dev/vg_nvme/lv_3... 2024-01-13T11:57:00.737 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-13T11:57:00.767 INFO:journalctl@ceph.osd.4.smithi187.stdout:-- Logs begin at Sat 2024-01-13 11:41:30 UTC. -- 2024-01-13T11:57:02.226 INFO:teuthology.orchestra.run.smithi187.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-13T11:57:02.226 INFO:teuthology.orchestra.run.smithi187.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-13T11:57:02.226 INFO:teuthology.orchestra.run.smithi187.stderr: stderr: 10+0 records in 2024-01-13T11:57:02.226 INFO:teuthology.orchestra.run.smithi187.stderr:10+0 records out 2024-01-13T11:57:02.226 INFO:teuthology.orchestra.run.smithi187.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121454 s, 863 MB/s 2024-01-13T11:57:02.227 INFO:teuthology.orchestra.run.smithi187.stderr:--> Zapping successful for: 2024-01-13T11:57:02.618 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi187:vg_nvme/lv_3 2024-01-13T11:57:12.563 INFO:teuthology.orchestra.run.smithi187.stdout:Created osd(s) 5 on host 'smithi187' 2024-01-13T11:57:12.949 DEBUG:teuthology.orchestra.run.smithi187:osd.5> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.5.service 2024-01-13T11:57:12.951 INFO:tasks.cephadm:Deploying osd.6 on smithi187 with /dev/vg_nvme/lv_2... 2024-01-13T11:57:12.952 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-13T11:57:12.980 INFO:journalctl@ceph.osd.5.smithi187.stdout:-- Logs begin at Sat 2024-01-13 11:41:30 UTC. -- 2024-01-13T11:57:14.411 INFO:teuthology.orchestra.run.smithi187.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-13T11:57:14.411 INFO:teuthology.orchestra.run.smithi187.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-13T11:57:14.411 INFO:teuthology.orchestra.run.smithi187.stderr: stderr: 10+0 records in 2024-01-13T11:57:14.411 INFO:teuthology.orchestra.run.smithi187.stderr:10+0 records out 2024-01-13T11:57:14.411 INFO:teuthology.orchestra.run.smithi187.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146893 s, 714 MB/s 2024-01-13T11:57:14.411 INFO:teuthology.orchestra.run.smithi187.stderr:--> Zapping successful for: 2024-01-13T11:57:14.749 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi187:vg_nvme/lv_2 2024-01-13T11:57:24.644 INFO:teuthology.orchestra.run.smithi187.stdout:Created osd(s) 6 on host 'smithi187' 2024-01-13T11:57:24.989 DEBUG:teuthology.orchestra.run.smithi187:osd.6> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.6.service 2024-01-13T11:57:24.991 INFO:tasks.cephadm:Deploying osd.7 on smithi187 with /dev/vg_nvme/lv_1... 2024-01-13T11:57:24.991 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-13T11:57:25.022 INFO:journalctl@ceph.osd.6.smithi187.stdout:-- Logs begin at Sat 2024-01-13 11:41:30 UTC. -- 2024-01-13T11:57:26.426 INFO:teuthology.orchestra.run.smithi187.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-13T11:57:26.426 INFO:teuthology.orchestra.run.smithi187.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-13T11:57:26.426 INFO:teuthology.orchestra.run.smithi187.stderr: stderr: 10+0 records in 2024-01-13T11:57:26.426 INFO:teuthology.orchestra.run.smithi187.stderr:10+0 records out 2024-01-13T11:57:26.426 INFO:teuthology.orchestra.run.smithi187.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119823 s, 875 MB/s 2024-01-13T11:57:26.426 INFO:teuthology.orchestra.run.smithi187.stderr:--> Zapping successful for: 2024-01-13T11:57:26.856 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi187:vg_nvme/lv_1 2024-01-13T11:57:36.801 INFO:teuthology.orchestra.run.smithi187.stdout:Created osd(s) 7 on host 'smithi187' 2024-01-13T11:57:37.137 DEBUG:teuthology.orchestra.run.smithi187:osd.7> sudo journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.7.service 2024-01-13T11:57:37.139 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-13T11:57:37.139 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T11:57:37.168 INFO:journalctl@ceph.osd.7.smithi187.stdout:-- Logs begin at Sat 2024-01-13 11:41:30 UTC. -- 2024-01-13T11:57:38.411 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:57:38.779 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":44,"num_osds":8,"num_up_osds":7,"osd_up_since":1705147048,"num_in_osds":7,"osd_in_since":1705147048,"num_remapped_pgs":0} 2024-01-13T11:57:39.780 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T11:57:41.096 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:57:41.511 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":47,"num_osds":8,"num_up_osds":8,"osd_up_since":1705147060,"num_in_osds":8,"osd_in_since":1705147060,"num_remapped_pgs":0} 2024-01-13T11:57:41.512 INFO:tasks.cephadm:Setting up client nodes... 2024-01-13T11:57:41.513 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-13T11:57:42.841 INFO:teuthology.orchestra.run.smithi133.stdout:[client.0] 2024-01-13T11:57:42.841 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQC2eqJlyxzNMhAA+C5ar/yBfdgd0RjFbJMROA== 2024-01-13T11:57:43.254 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-13T11:57:43.254 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-13T11:57:43.254 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-13T11:57:43.294 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd dump --format=json 2024-01-13T11:57:43.468 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:44.535 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:57:44.535 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":48,"fsid":"9a23abc2-b209-11ee-95ac-87774f69a715","created":"2024-01-13T11:48:27.126963+0000","modified":"2024-01-13T11:57:41.838760+0000","last_up_change":"2024-01-13T11:57:40.833859+0000","last_in_change":"2024-01-13T11:57:40.833859+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-13T11:49:48.644162+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":"e921c4c6-fc84-44b6-add6-90bf790af498","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6803","nonce":454249582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6805","nonce":454249582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6809","nonce":454249582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6807","nonce":454249582}]},"public_addr":"172.21.15.133:6803/454249582","cluster_addr":"172.21.15.133:6805/454249582","heartbeat_back_addr":"172.21.15.133:6809/454249582","heartbeat_front_addr":"172.21.15.133:6807/454249582","state":["exists","up"]},{"osd":1,"uuid":"9f811da9-ab1d-4775-a50b-ce84345f4938","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6811","nonce":42188469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6813","nonce":42188469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6817","nonce":42188469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6815","nonce":42188469}]},"public_addr":"172.21.15.133:6811/42188469","cluster_addr":"172.21.15.133:6813/42188469","heartbeat_back_addr":"172.21.15.133:6817/42188469","heartbeat_front_addr":"172.21.15.133:6815/42188469","state":["exists","up"]},{"osd":2,"uuid":"acaa7a7a-622f-4b31-9718-f19e50621950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6819","nonce":2931250688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6821","nonce":2931250688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6825","nonce":2931250688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6823","nonce":2931250688}]},"public_addr":"172.21.15.133:6819/2931250688","cluster_addr":"172.21.15.133:6821/2931250688","heartbeat_back_addr":"172.21.15.133:6825/2931250688","heartbeat_front_addr":"172.21.15.133:6823/2931250688","state":["exists","up"]},{"osd":3,"uuid":"db45b6d8-7936-4805-b6e1-3f350738b671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6827","nonce":2844786900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6829","nonce":2844786900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6832","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6833","nonce":2844786900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6831","nonce":2844786900}]},"public_addr":"172.21.15.133:6827/2844786900","cluster_addr":"172.21.15.133:6829/2844786900","heartbeat_back_addr":"172.21.15.133:6833/2844786900","heartbeat_front_addr":"172.21.15.133:6831/2844786900","state":["exists","up"]},{"osd":4,"uuid":"16c3a658-d1ce-4920-bb7b-d78470845b0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6801","nonce":4028753182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6803","nonce":4028753182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6807","nonce":4028753182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6805","nonce":4028753182}]},"public_addr":"172.21.15.187:6801/4028753182","cluster_addr":"172.21.15.187:6803/4028753182","heartbeat_back_addr":"172.21.15.187:6807/4028753182","heartbeat_front_addr":"172.21.15.187:6805/4028753182","state":["exists","up"]},{"osd":5,"uuid":"7c560ede-535f-425d-80ef-97ce3c69c820","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6809","nonce":1796330463}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6811","nonce":1796330463}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6815","nonce":1796330463}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6813","nonce":1796330463}]},"public_addr":"172.21.15.187:6809/1796330463","cluster_addr":"172.21.15.187:6811/1796330463","heartbeat_back_addr":"172.21.15.187:6815/1796330463","heartbeat_front_addr":"172.21.15.187:6813/1796330463","state":["exists","up"]},{"osd":6,"uuid":"74cd3c77-d27a-4516-9b31-be38651f5392","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6817","nonce":3799078511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6819","nonce":3799078511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6823","nonce":3799078511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6821","nonce":3799078511}]},"public_addr":"172.21.15.187:6817/3799078511","cluster_addr":"172.21.15.187:6819/3799078511","heartbeat_back_addr":"172.21.15.187:6823/3799078511","heartbeat_front_addr":"172.21.15.187:6821/3799078511","state":["exists","up"]},{"osd":7,"uuid":"75536b1f-7545-4385-ab6a-81b1a9a51d67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6825","nonce":1090787237}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6827","nonce":1090787237}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6831","nonce":1090787237}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6829","nonce":1090787237}]},"public_addr":"172.21.15.187:6825/1090787237","cluster_addr":"172.21.15.187:6827/1090787237","heartbeat_back_addr":"172.21.15.187:6831/1090787237","heartbeat_front_addr":"172.21.15.187:6829/1090787237","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-13T11:54:34.702255+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-13T11:54:59.851650+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-13T11:55:16.067940+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-13T11:55:28.244331+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-13T11:57:02.433213+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-13T11:57:14.618666+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-13T11:57:26.693789+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-13T11:57:38.803724+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.133:0/4034901713":"2024-01-14T11:49:15.115638+0000","172.21.15.133:0/269304470":"2024-01-14T11:49:15.115638+0000","172.21.15.133:6801/3626275647":"2024-01-14T11:49:15.115638+0000","172.21.15.133:6800/3626275647":"2024-01-14T11:49:15.115638+0000","172.21.15.133:0/1204451936":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6801/385337392":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6800/385337392":"2024-01-14T11:49:04.224707+0000","172.21.15.133:0/852659491":"2024-01-14T11:48:44.137880+0000","172.21.15.133:6800/3100522564":"2024-01-14T11:48:44.137880+0000","172.21.15.133:0/648491640":"2024-01-14T11:48:44.137880+0000","172.21.15.133:0/1568112459":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6801/3100522564":"2024-01-14T11:48:44.137880+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-13T11:57:44.894 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-13T11:49:48.644162+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-13T11:57:44.894 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-13T11:57:45.030 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:46.113 INFO:teuthology.orchestra.run.smithi133.stdout:pg_num: 1 2024-01-13T11:57:46.477 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-13T11:57:46.478 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-13T11:57:46.478 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph mgr dump --format=json 2024-01-13T11:57:46.613 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:47.890 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:57:48.260 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi133.tqxoyx","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":266652207},{"type":"v1","addr":"172.21.15.133:6801","nonce":266652207}]},"active_addr":"172.21.15.133:6801/266652207","active_change":"2024-01-13T11:49:15.115953+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24125,"name":"smithi187.npkohp","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://smithi133.front.sepia.ceph.com:8443/","prometheus":"http://smithi133.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.133:0","nonce":2806067158}]},{"addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":620850177}]}]}} 2024-01-13T11:57:48.263 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-13T11:57:48.263 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-13T11:57:48.263 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd dump --format=json 2024-01-13T11:57:48.400 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:49.538 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:57:49.538 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":48,"fsid":"9a23abc2-b209-11ee-95ac-87774f69a715","created":"2024-01-13T11:48:27.126963+0000","modified":"2024-01-13T11:57:41.838760+0000","last_up_change":"2024-01-13T11:57:40.833859+0000","last_in_change":"2024-01-13T11:57:40.833859+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-13T11:49:48.644162+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":"e921c4c6-fc84-44b6-add6-90bf790af498","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6803","nonce":454249582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6805","nonce":454249582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6809","nonce":454249582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6807","nonce":454249582}]},"public_addr":"172.21.15.133:6803/454249582","cluster_addr":"172.21.15.133:6805/454249582","heartbeat_back_addr":"172.21.15.133:6809/454249582","heartbeat_front_addr":"172.21.15.133:6807/454249582","state":["exists","up"]},{"osd":1,"uuid":"9f811da9-ab1d-4775-a50b-ce84345f4938","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6811","nonce":42188469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6813","nonce":42188469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6817","nonce":42188469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6815","nonce":42188469}]},"public_addr":"172.21.15.133:6811/42188469","cluster_addr":"172.21.15.133:6813/42188469","heartbeat_back_addr":"172.21.15.133:6817/42188469","heartbeat_front_addr":"172.21.15.133:6815/42188469","state":["exists","up"]},{"osd":2,"uuid":"acaa7a7a-622f-4b31-9718-f19e50621950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6819","nonce":2931250688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6821","nonce":2931250688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6825","nonce":2931250688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6823","nonce":2931250688}]},"public_addr":"172.21.15.133:6819/2931250688","cluster_addr":"172.21.15.133:6821/2931250688","heartbeat_back_addr":"172.21.15.133:6825/2931250688","heartbeat_front_addr":"172.21.15.133:6823/2931250688","state":["exists","up"]},{"osd":3,"uuid":"db45b6d8-7936-4805-b6e1-3f350738b671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6827","nonce":2844786900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6829","nonce":2844786900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6832","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6833","nonce":2844786900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6831","nonce":2844786900}]},"public_addr":"172.21.15.133:6827/2844786900","cluster_addr":"172.21.15.133:6829/2844786900","heartbeat_back_addr":"172.21.15.133:6833/2844786900","heartbeat_front_addr":"172.21.15.133:6831/2844786900","state":["exists","up"]},{"osd":4,"uuid":"16c3a658-d1ce-4920-bb7b-d78470845b0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6801","nonce":4028753182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6803","nonce":4028753182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6807","nonce":4028753182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6805","nonce":4028753182}]},"public_addr":"172.21.15.187:6801/4028753182","cluster_addr":"172.21.15.187:6803/4028753182","heartbeat_back_addr":"172.21.15.187:6807/4028753182","heartbeat_front_addr":"172.21.15.187:6805/4028753182","state":["exists","up"]},{"osd":5,"uuid":"7c560ede-535f-425d-80ef-97ce3c69c820","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6809","nonce":1796330463}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6811","nonce":1796330463}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6815","nonce":1796330463}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6813","nonce":1796330463}]},"public_addr":"172.21.15.187:6809/1796330463","cluster_addr":"172.21.15.187:6811/1796330463","heartbeat_back_addr":"172.21.15.187:6815/1796330463","heartbeat_front_addr":"172.21.15.187:6813/1796330463","state":["exists","up"]},{"osd":6,"uuid":"74cd3c77-d27a-4516-9b31-be38651f5392","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6817","nonce":3799078511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6819","nonce":3799078511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6823","nonce":3799078511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6821","nonce":3799078511}]},"public_addr":"172.21.15.187:6817/3799078511","cluster_addr":"172.21.15.187:6819/3799078511","heartbeat_back_addr":"172.21.15.187:6823/3799078511","heartbeat_front_addr":"172.21.15.187:6821/3799078511","state":["exists","up"]},{"osd":7,"uuid":"75536b1f-7545-4385-ab6a-81b1a9a51d67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6825","nonce":1090787237}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6827","nonce":1090787237}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6831","nonce":1090787237}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6829","nonce":1090787237}]},"public_addr":"172.21.15.187:6825/1090787237","cluster_addr":"172.21.15.187:6827/1090787237","heartbeat_back_addr":"172.21.15.187:6831/1090787237","heartbeat_front_addr":"172.21.15.187:6829/1090787237","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-13T11:54:34.702255+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-13T11:54:59.851650+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-13T11:55:16.067940+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-13T11:55:28.244331+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-13T11:57:02.433213+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-13T11:57:14.618666+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-13T11:57:26.693789+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-13T11:57:38.803724+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.133:0/4034901713":"2024-01-14T11:49:15.115638+0000","172.21.15.133:0/269304470":"2024-01-14T11:49:15.115638+0000","172.21.15.133:6801/3626275647":"2024-01-14T11:49:15.115638+0000","172.21.15.133:6800/3626275647":"2024-01-14T11:49:15.115638+0000","172.21.15.133:0/1204451936":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6801/385337392":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6800/385337392":"2024-01-14T11:49:04.224707+0000","172.21.15.133:0/852659491":"2024-01-14T11:48:44.137880+0000","172.21.15.133:6800/3100522564":"2024-01-14T11:48:44.137880+0000","172.21.15.133:0/648491640":"2024-01-14T11:48:44.137880+0000","172.21.15.133:0/1568112459":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6801/3100522564":"2024-01-14T11:48:44.137880+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-13T11:57:49.943 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-13T11:57:49.943 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd dump --format=json 2024-01-13T11:57:50.081 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:51.193 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:57:51.194 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":48,"fsid":"9a23abc2-b209-11ee-95ac-87774f69a715","created":"2024-01-13T11:48:27.126963+0000","modified":"2024-01-13T11:57:41.838760+0000","last_up_change":"2024-01-13T11:57:40.833859+0000","last_in_change":"2024-01-13T11:57:40.833859+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-13T11:49:48.644162+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":"e921c4c6-fc84-44b6-add6-90bf790af498","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6803","nonce":454249582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6805","nonce":454249582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6809","nonce":454249582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":454249582},{"type":"v1","addr":"172.21.15.133:6807","nonce":454249582}]},"public_addr":"172.21.15.133:6803/454249582","cluster_addr":"172.21.15.133:6805/454249582","heartbeat_back_addr":"172.21.15.133:6809/454249582","heartbeat_front_addr":"172.21.15.133:6807/454249582","state":["exists","up"]},{"osd":1,"uuid":"9f811da9-ab1d-4775-a50b-ce84345f4938","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6811","nonce":42188469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6813","nonce":42188469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6817","nonce":42188469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":42188469},{"type":"v1","addr":"172.21.15.133:6815","nonce":42188469}]},"public_addr":"172.21.15.133:6811/42188469","cluster_addr":"172.21.15.133:6813/42188469","heartbeat_back_addr":"172.21.15.133:6817/42188469","heartbeat_front_addr":"172.21.15.133:6815/42188469","state":["exists","up"]},{"osd":2,"uuid":"acaa7a7a-622f-4b31-9718-f19e50621950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6819","nonce":2931250688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6821","nonce":2931250688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6825","nonce":2931250688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":2931250688},{"type":"v1","addr":"172.21.15.133:6823","nonce":2931250688}]},"public_addr":"172.21.15.133:6819/2931250688","cluster_addr":"172.21.15.133:6821/2931250688","heartbeat_back_addr":"172.21.15.133:6825/2931250688","heartbeat_front_addr":"172.21.15.133:6823/2931250688","state":["exists","up"]},{"osd":3,"uuid":"db45b6d8-7936-4805-b6e1-3f350738b671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6827","nonce":2844786900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6829","nonce":2844786900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6832","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6833","nonce":2844786900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":2844786900},{"type":"v1","addr":"172.21.15.133:6831","nonce":2844786900}]},"public_addr":"172.21.15.133:6827/2844786900","cluster_addr":"172.21.15.133:6829/2844786900","heartbeat_back_addr":"172.21.15.133:6833/2844786900","heartbeat_front_addr":"172.21.15.133:6831/2844786900","state":["exists","up"]},{"osd":4,"uuid":"16c3a658-d1ce-4920-bb7b-d78470845b0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6801","nonce":4028753182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6803","nonce":4028753182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6807","nonce":4028753182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":4028753182},{"type":"v1","addr":"172.21.15.187:6805","nonce":4028753182}]},"public_addr":"172.21.15.187:6801/4028753182","cluster_addr":"172.21.15.187:6803/4028753182","heartbeat_back_addr":"172.21.15.187:6807/4028753182","heartbeat_front_addr":"172.21.15.187:6805/4028753182","state":["exists","up"]},{"osd":5,"uuid":"7c560ede-535f-425d-80ef-97ce3c69c820","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6809","nonce":1796330463}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6811","nonce":1796330463}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6815","nonce":1796330463}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":1796330463},{"type":"v1","addr":"172.21.15.187:6813","nonce":1796330463}]},"public_addr":"172.21.15.187:6809/1796330463","cluster_addr":"172.21.15.187:6811/1796330463","heartbeat_back_addr":"172.21.15.187:6815/1796330463","heartbeat_front_addr":"172.21.15.187:6813/1796330463","state":["exists","up"]},{"osd":6,"uuid":"74cd3c77-d27a-4516-9b31-be38651f5392","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6817","nonce":3799078511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6819","nonce":3799078511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6823","nonce":3799078511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":3799078511},{"type":"v1","addr":"172.21.15.187:6821","nonce":3799078511}]},"public_addr":"172.21.15.187:6817/3799078511","cluster_addr":"172.21.15.187:6819/3799078511","heartbeat_back_addr":"172.21.15.187:6823/3799078511","heartbeat_front_addr":"172.21.15.187:6821/3799078511","state":["exists","up"]},{"osd":7,"uuid":"75536b1f-7545-4385-ab6a-81b1a9a51d67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6825","nonce":1090787237}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6827","nonce":1090787237}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6831","nonce":1090787237}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":1090787237},{"type":"v1","addr":"172.21.15.187:6829","nonce":1090787237}]},"public_addr":"172.21.15.187:6825/1090787237","cluster_addr":"172.21.15.187:6827/1090787237","heartbeat_back_addr":"172.21.15.187:6831/1090787237","heartbeat_front_addr":"172.21.15.187:6829/1090787237","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-13T11:54:34.702255+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-13T11:54:59.851650+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-13T11:55:16.067940+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-13T11:55:28.244331+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-13T11:57:02.433213+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-13T11:57:14.618666+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-13T11:57:26.693789+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-13T11:57:38.803724+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.133:0/4034901713":"2024-01-14T11:49:15.115638+0000","172.21.15.133:0/269304470":"2024-01-14T11:49:15.115638+0000","172.21.15.133:6801/3626275647":"2024-01-14T11:49:15.115638+0000","172.21.15.133:6800/3626275647":"2024-01-14T11:49:15.115638+0000","172.21.15.133:0/1204451936":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6801/385337392":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6800/385337392":"2024-01-14T11:49:04.224707+0000","172.21.15.133:0/852659491":"2024-01-14T11:48:44.137880+0000","172.21.15.133:6800/3100522564":"2024-01-14T11:48:44.137880+0000","172.21.15.133:0/648491640":"2024-01-14T11:48:44.137880+0000","172.21.15.133:0/1568112459":"2024-01-14T11:49:04.224707+0000","172.21.15.133:6801/3100522564":"2024-01-14T11:48:44.137880+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-13T11:57:51.568 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-13T11:57:51.704 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:53.026 INFO:teuthology.orchestra.run.smithi133.stdout:47244640298 2024-01-13T11:57:53.026 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-13T11:57:53.162 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:54.500 INFO:teuthology.orchestra.run.smithi133.stdout:73014444069 2024-01-13T11:57:54.500 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-13T11:57:54.638 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:56.049 INFO:teuthology.orchestra.run.smithi133.stdout:94489280546 2024-01-13T11:57:56.050 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-13T11:57:56.184 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:57.499 INFO:teuthology.orchestra.run.smithi133.stdout:115964117025 2024-01-13T11:57:57.500 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-13T11:57:57.636 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:57:58.949 INFO:teuthology.orchestra.run.smithi133.stdout:137438953486 2024-01-13T11:57:58.950 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-13T11:57:59.085 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:00.390 INFO:teuthology.orchestra.run.smithi133.stdout:158913789964 2024-01-13T11:58:00.391 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-13T11:58:00.530 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:01.833 INFO:teuthology.orchestra.run.smithi133.stdout:180388626441 2024-01-13T11:58:01.833 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-13T11:58:01.970 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:03.314 INFO:teuthology.orchestra.run.smithi133.stdout:201863462920 2024-01-13T11:58:03.315 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-13T11:58:03.451 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:04.499 INFO:teuthology.orchestra.run.smithi133.stdout:47244640301 2024-01-13T11:58:04.875 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640298 got 47244640301 for osd.0 2024-01-13T11:58:04.875 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-13T11:58:05.010 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:06.210 INFO:teuthology.orchestra.run.smithi133.stdout:73014444071 2024-01-13T11:58:06.607 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444069 got 73014444071 for osd.1 2024-01-13T11:58:06.607 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-13T11:58:06.744 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:07.835 INFO:teuthology.orchestra.run.smithi133.stdout:94489280548 2024-01-13T11:58:08.190 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280546 got 94489280548 for osd.2 2024-01-13T11:58:08.190 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-13T11:58:08.331 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:09.464 INFO:teuthology.orchestra.run.smithi133.stdout:115964117027 2024-01-13T11:58:09.839 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117025 got 115964117027 for osd.3 2024-01-13T11:58:09.840 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-13T11:58:09.976 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:11.217 INFO:teuthology.orchestra.run.smithi133.stdout:137438953488 2024-01-13T11:58:11.581 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953486 got 137438953488 for osd.4 2024-01-13T11:58:11.582 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-13T11:58:11.719 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:12.846 INFO:teuthology.orchestra.run.smithi133.stdout:158913789966 2024-01-13T11:58:13.206 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789964 got 158913789966 for osd.5 2024-01-13T11:58:13.207 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-13T11:58:13.343 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:14.429 INFO:teuthology.orchestra.run.smithi133.stdout:180388626443 2024-01-13T11:58:14.804 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626441 got 180388626443 for osd.6 2024-01-13T11:58:14.805 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-13T11:58:14.944 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:16.098 INFO:teuthology.orchestra.run.smithi133.stdout:201863462922 2024-01-13T11:58:16.505 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462920 got 201863462922 for osd.7 2024-01-13T11:58:16.505 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-13T11:58:16.505 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph pg dump --format=json 2024-01-13T11:58:16.641 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:17.713 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:17.714 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-01-13T11:58:18.079 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":308,"stamp":"2024-01-13T11:58:17.268930+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1482840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"48","state":"active+clean","last_fresh":"2024-01-13T11:57:42.424704+0000","last_change":"2024-01-13T11:57:42.424704+0000","last_active":"2024-01-13T11:57:42.424704+0000","last_peered":"2024-01-13T11:57:42.424704+0000","last_clean":"2024-01-13T11:57:42.424704+0000","last_became_active":"2024-01-13T11:57:42.424274+0000","last_became_peered":"2024-01-13T11:57:42.424274+0000","last_unstale":"2024-01-13T11:57:42.424704+0000","last_undegraded":"2024-01-13T11:57:42.424704+0000","last_fullsized":"2024-01-13T11:57:42.424704+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-13T11:49:49.407748+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-13T11:49:49.407748+0000","last_clean_scrub_stamp":"2024-01-13T11:49:49.407748+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462923,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.438}]},{"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.34999999999999998}]},{"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.41099999999999998}]},{"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.38100000000000001}]},{"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.30299999999999999}]},{"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.39100000000000001}]},{"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.36899999999999999}]}]},{"osd":6,"up_from":42,"seq":180388626444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.45800000000000002}]},{"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.438}]},{"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.433}]},{"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.41799999999999998}]},{"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.36599999999999999}]},{"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.44800000000000001}]},{"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.40500000000000003}]}]},{"osd":1,"up_from":17,"seq":73014444073,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 13 11:58:12 2024","interfaces":[{"interface":"back","average":{"1min":0.32700000000000001,"5min":0.29699999999999999,"15min":0.28000000000000003},"min":{"1min":0.218,"5min":0.182,"15min":0.182},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.218},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.32500000000000001,"15min":0.311},"min":{"1min":0.25,"5min":0.222,"15min":0.222},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.26700000000000002}]},{"osd":2,"last update":"Sat Jan 13 11:57:22 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.33600000000000002,"15min":0.33100000000000002},"min":{"1min":0.27700000000000002,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.22800000000000001},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.35899999999999999,"15min":0.35499999999999998},"min":{"1min":0.254,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.48499999999999999,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.30099999999999999}]},{"osd":3,"last update":"Sat Jan 13 11:57:38 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.36199999999999999,"15min":0.35499999999999998},"min":{"1min":0.30199999999999999,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.254},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.378,"15min":0.372},"min":{"1min":0.312,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.251}]},{"osd":4,"last update":"Sat Jan 13 11:58:04 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.58599999999999997}]},{"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.55400000000000005}]},{"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.67000000000000004}]},{"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.629}]}]},{"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":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Jan 13 11:58:09 2024","interfaces":[{"interface":"back","average":{"1min":0.33200000000000002,"5min":0.36499999999999999,"15min":0.375},"min":{"1min":0.23200000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.48899999999999999,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.371,"15min":0.373},"min":{"1min":0.23999999999999999,"5min":0.214,"15min":0.214},"max":{"1min":0.52700000000000002,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.254}]},{"osd":2,"last update":"Sat Jan 13 11:57:21 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.40400000000000003,"15min":0.40600000000000003},"min":{"1min":0.30299999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.52100000000000002,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.40400000000000003,"15min":0.40600000000000003},"min":{"1min":0.28999999999999998,"5min":0.245,"15min":0.245},"max":{"1min":0.52300000000000002,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.30099999999999999}]},{"osd":3,"last update":"Sat Jan 13 11:57:32 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.39000000000000001,"15min":0.39400000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.495,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.32700000000000001}]},{"osd":4,"last update":"Sat Jan 13 11:58:04 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.375}]},{"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.42899999999999999}]},{"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.47499999999999998}]},{"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.35999999999999999}]}]},{"osd":2,"up_from":22,"seq":94489280550,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 13 11:57:20 2024","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34100000000000003,"15min":0.34000000000000002},"min":{"1min":0.23799999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.34300000000000003,"15min":0.34200000000000003},"min":{"1min":0.26500000000000001,"5min":0.224,"15min":0.224},"max":{"1min":0.45500000000000002,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.36199999999999999}]},{"osd":1,"last update":"Sat Jan 13 11:57:20 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35999999999999999,"15min":0.36099999999999999},"min":{"1min":0.26900000000000002,"5min":0.214,"15min":0.214},"max":{"1min":0.502,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.26800000000000002,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.48199999999999998,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.34200000000000003}]},{"osd":3,"last update":"Sat Jan 13 11:57:36 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.36399999999999999,"15min":0.35999999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.375,"15min":0.371},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.35399999999999998}]},{"osd":4,"last update":"Sat Jan 13 11:58:03 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.65800000000000003}]},{"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.64900000000000002}]},{"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.64500000000000002}]},{"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.60299999999999998}]}]},{"osd":3,"up_from":27,"seq":115964117029,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 13 11:57:35 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.47999999999999998,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"last":0.32500000000000001}]},{"osd":1,"last update":"Sat Jan 13 11:57:35 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.35999999999999999,"15min":0.35699999999999998},"min":{"1min":0.27400000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.37,"15min":0.371},"min":{"1min":0.25600000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.47599999999999998,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.34000000000000002}]},{"osd":2,"last update":"Sat Jan 13 11:57:35 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.379,"15min":0.375},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.318},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.371,"15min":0.36899999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.49399999999999999,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.35299999999999998}]},{"osd":4,"last update":"Sat Jan 13 11:58:08 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.55000000000000004}]},{"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.47599999999999998}]},{"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.58899999999999997}]},{"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.49199999999999999}]}]},{"osd":4,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 13 11:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.443}]},{"osd":1,"last update":"Sat Jan 13 11:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.47199999999999998}]},{"osd":2,"last update":"Sat Jan 13 11:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.46200000000000002}]},{"osd":3,"last update":"Sat Jan 13 11:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.497},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.45100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48899999999999999}]},{"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.41799999999999998}]},{"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.35299999999999998}]}]},{"osd":5,"up_from":37,"seq":158913789967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":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.52100000000000002}]},{"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.50800000000000001}]},{"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.621}]},{"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.36899999999999999}]},{"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.38100000000000001}]},{"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.41799999999999998}]}]}]}} 2024-01-13T11:58:18.081 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph pg dump --format=json 2024-01-13T11:58:18.220 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:19.293 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:19.294 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-01-13T11:58:19.696 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":309,"stamp":"2024-01-13T11:58:19.269426+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1482840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"48","state":"active+clean","last_fresh":"2024-01-13T11:57:42.424704+0000","last_change":"2024-01-13T11:57:42.424704+0000","last_active":"2024-01-13T11:57:42.424704+0000","last_peered":"2024-01-13T11:57:42.424704+0000","last_clean":"2024-01-13T11:57:42.424704+0000","last_became_active":"2024-01-13T11:57:42.424274+0000","last_became_peered":"2024-01-13T11:57:42.424274+0000","last_unstale":"2024-01-13T11:57:42.424704+0000","last_undegraded":"2024-01-13T11:57:42.424704+0000","last_fullsized":"2024-01-13T11:57:42.424704+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-13T11:49:49.407748+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-13T11:49:49.407748+0000","last_clean_scrub_stamp":"2024-01-13T11:49:49.407748+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462923,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.438}]},{"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.34999999999999998}]},{"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.41099999999999998}]},{"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.38100000000000001}]},{"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.30299999999999999}]},{"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.39100000000000001}]},{"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.36899999999999999}]}]},{"osd":6,"up_from":42,"seq":180388626445,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38}]},{"osd":1,"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.44}]},{"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.40799999999999997}]},{"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.40000000000000002}]},{"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.29299999999999998}]},{"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.38600000000000001}]},{"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.46400000000000002}]}]},{"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":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 13 11:58:12 2024","interfaces":[{"interface":"back","average":{"1min":0.32700000000000001,"5min":0.29699999999999999,"15min":0.28000000000000003},"min":{"1min":0.218,"5min":0.182,"15min":0.182},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.26400000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.32500000000000001,"15min":0.311},"min":{"1min":0.25,"5min":0.222,"15min":0.222},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.309}]},{"osd":2,"last update":"Sat Jan 13 11:57:22 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.33600000000000002,"15min":0.33100000000000002},"min":{"1min":0.27700000000000002,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.35899999999999999,"15min":0.35499999999999998},"min":{"1min":0.254,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.48499999999999999,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.36199999999999999}]},{"osd":3,"last update":"Sat Jan 13 11:57:38 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.36199999999999999,"15min":0.35499999999999998},"min":{"1min":0.30199999999999999,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.378,"15min":0.372},"min":{"1min":0.312,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.372}]},{"osd":4,"last update":"Sat Jan 13 11:58:04 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.40100000000000002}]},{"osd":5,"last update":"Sat Jan 13 11:58:16 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.38800000000000001}]},{"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.45200000000000001}]},{"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.51100000000000001}]}]},{"osd":0,"up_from":11,"seq":47244640304,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Jan 13 11:58:09 2024","interfaces":[{"interface":"back","average":{"1min":0.33200000000000002,"5min":0.36499999999999999,"15min":0.375},"min":{"1min":0.23200000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.48899999999999999,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.371,"15min":0.373},"min":{"1min":0.23999999999999999,"5min":0.214,"15min":0.214},"max":{"1min":0.52700000000000002,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.29899999999999999}]},{"osd":2,"last update":"Sat Jan 13 11:57:21 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.40400000000000003,"15min":0.40600000000000003},"min":{"1min":0.30299999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.52100000000000002,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.40400000000000003,"15min":0.40600000000000003},"min":{"1min":0.28999999999999998,"5min":0.245,"15min":0.245},"max":{"1min":0.52300000000000002,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.26600000000000001}]},{"osd":3,"last update":"Sat Jan 13 11:57:32 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.39000000000000001,"15min":0.39400000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.495,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.318}]},{"osd":4,"last update":"Sat Jan 13 11:58:04 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"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.71499999999999997}]},{"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.67900000000000005}]},{"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.69499999999999995}]}]},{"osd":2,"up_from":22,"seq":94489280551,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 13 11:57:20 2024","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34100000000000003,"15min":0.34000000000000002},"min":{"1min":0.23799999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.23799999999999999},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.34300000000000003,"15min":0.34200000000000003},"min":{"1min":0.26500000000000001,"5min":0.224,"15min":0.224},"max":{"1min":0.45500000000000002,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.22600000000000001}]},{"osd":1,"last update":"Sat Jan 13 11:57:20 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35999999999999999,"15min":0.36099999999999999},"min":{"1min":0.26900000000000002,"5min":0.214,"15min":0.214},"max":{"1min":0.502,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.26800000000000002,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.48199999999999998,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.32600000000000001}]},{"osd":3,"last update":"Sat Jan 13 11:57:36 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.36399999999999999,"15min":0.35999999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.375,"15min":0.371},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.29399999999999998}]},{"osd":4,"last update":"Sat Jan 13 11:58:03 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.33200000000000002}]},{"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.42899999999999999}]},{"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.48499999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46600000000000003}]}]},{"osd":3,"up_from":27,"seq":115964117029,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 13 11:57:35 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.47999999999999998,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"last":0.32500000000000001}]},{"osd":1,"last update":"Sat Jan 13 11:57:35 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.35999999999999999,"15min":0.35699999999999998},"min":{"1min":0.27400000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.37,"15min":0.371},"min":{"1min":0.25600000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.47599999999999998,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.34000000000000002}]},{"osd":2,"last update":"Sat Jan 13 11:57:35 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.379,"15min":0.375},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.318},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.371,"15min":0.36899999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.49399999999999999,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.35299999999999998}]},{"osd":4,"last update":"Sat Jan 13 11:58:08 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.55000000000000004}]},{"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.47599999999999998}]},{"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.58899999999999997}]},{"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.49199999999999999}]}]},{"osd":4,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 13 11:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.443}]},{"osd":1,"last update":"Sat Jan 13 11:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.47199999999999998}]},{"osd":2,"last update":"Sat Jan 13 11:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.46200000000000002}]},{"osd":3,"last update":"Sat Jan 13 11:58:06 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.497},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.45100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48899999999999999}]},{"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.41799999999999998}]},{"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.35299999999999998}]}]},{"osd":5,"up_from":37,"seq":158913789968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.31900000000000001}]},{"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.42399999999999999}]},{"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.40500000000000003}]},{"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.47899999999999998}]},{"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.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.45300000000000001}]},{"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.54300000000000004}]}]}]}} 2024-01-13T11:58:19.698 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-13T11:58:19.698 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-13T11:58:19.698 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-13T11:58:19.698 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph health --format=json 2024-01-13T11:58:19.834 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/mon.smithi133/config 2024-01-13T11:58:21.018 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:21.396 INFO:teuthology.orchestra.run.smithi133.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-13T11:58:21.396 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-13T11:58:21.396 INFO:tasks.cephadm:Setup complete, yielding 2024-01-13T11:58:21.396 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-13T11:58:21.406 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T11:58:21.407 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- bash -c 'ceph orch status' 2024-01-13T11:58:22.597 INFO:teuthology.orchestra.run.smithi133.stdout:Backend: cephadm 2024-01-13T11:58:22.597 INFO:teuthology.orchestra.run.smithi133.stdout:Available: True 2024-01-13T11:58:22.946 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 starting - - 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 starting - - 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (9m) 9m ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 starting - - 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (9m) 9m ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 starting - - 2024-01-13T11:58:24.352 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 starting - - 2024-01-13T11:58:24.353 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 starting - - 2024-01-13T11:58:24.353 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 starting - - 2024-01-13T11:58:24.353 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 starting - - 2024-01-13T11:58:24.353 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 starting - - 2024-01-13T11:58:24.353 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 starting - - 2024-01-13T11:58:24.353 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 starting - - 2024-01-13T11:58:24.353 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 starting - - 2024-01-13T11:58:24.729 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-13T11:58:26.012 INFO:teuthology.orchestra.run.smithi133.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-01-13T11:58:26.012 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager 0/1 - - count:1 2024-01-13T11:58:26.012 INFO:teuthology.orchestra.run.smithi133.stdout:crash 2/2 - 9m * 2024-01-13T11:58:26.012 INFO:teuthology.orchestra.run.smithi133.stdout:grafana 1/1 - 9m count:1 2024-01-13T11:58:26.012 INFO:teuthology.orchestra.run.smithi133.stdout:mgr 2/2 - 9m count:2 mix mix 2024-01-13T11:58:26.013 INFO:teuthology.orchestra.run.smithi133.stdout:mon 2/5 - 9m count:5 mix mix 2024-01-13T11:58:26.013 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter 0/2 - - * 2024-01-13T11:58:26.013 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus 0/1 - - count:1 2024-01-13T11:58:26.411 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-13T11:58:27.694 INFO:teuthology.orchestra.run.smithi133.stdout:HOST ADDR LABELS STATUS 2024-01-13T11:58:27.694 INFO:teuthology.orchestra.run.smithi133.stdout:smithi133 smithi133 2024-01-13T11:58:27.694 INFO:teuthology.orchestra.run.smithi133.stdout:smithi187 smithi187 2024-01-13T11:58:28.070 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-13T11:58:29.388 INFO:teuthology.orchestra.run.smithi133.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-01-13T11:58:29.389 INFO:teuthology.orchestra.run.smithi133.stdout:smithi133 /dev/nvme0n1 ssd PHFT620401AQ400BGN 400G Unknown N/A N/A No 2024-01-13T11:58:29.761 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-13T11:58:29.770 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T11:58:29.770 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-13T11:58:29.798 INFO:teuthology.orchestra.run.smithi133.stderr:+ systemctl stop nfs-server 2024-01-13T11:58:29.805 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi187.front.sepia.ceph.com 2024-01-13T11:58:29.806 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-13T11:58:29.841 INFO:teuthology.orchestra.run.smithi187.stderr:+ systemctl stop nfs-server 2024-01-13T11:58:29.850 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-13T11:58:29.861 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T11:58:29.861 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-13T11:58:32.870 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-13T11:58:32.879 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-01-13T11:58:32.880 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:34.155 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:34.156 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\""], "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-13T11:58:34.559 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:35.561 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:36.870 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:36.870 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\""], "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-13T11:58:37.251 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:38.252 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:39.480 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:39.480 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\""], "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-13T11:58:39.834 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:40.835 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:42.072 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:42.073 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\""], "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-13T11:58:42.434 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:43.435 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:44.672 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:44.672 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\""], "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-13T11:58:45.042 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:46.042 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:47.317 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:47.317 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\""], "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-13T11:58:47.675 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:48.676 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:49.912 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:49.912 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\""], "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-13T11:58:50.325 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:51.326 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:52.698 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:52.698 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\""], "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-13T11:58:53.106 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:54.107 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:55.371 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:55.372 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:58:55.781 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:56.782 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:58:58.005 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:58:58.005 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:58:58.395 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:58:59.396 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:00.642 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:00.642 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:01.089 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:02.091 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:03.344 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:03.344 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:03.681 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:04.682 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:05.935 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:05.935 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:06.297 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:07.299 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:08.611 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:08.612 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:08.971 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:09.972 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:11.294 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:11.294 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:11.654 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:12.655 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:13.999 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:13.999 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:14.370 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:15.371 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:16.641 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:16.642 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:17.018 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:18.019 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:19.264 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:19.264 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:19.620 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:20.621 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:21.857 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:21.857 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:22.226 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:23.226 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:24.469 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:24.469 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:24.836 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:25.837 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:27.073 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:27.073 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:27.425 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:28.426 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:29.692 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:29.692 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:30.066 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:31.068 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:32.286 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:32.287 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:32.666 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:33.667 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:34.902 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:34.903 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:35.265 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:36.266 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:37.519 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:37.519 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:37.907 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:38.909 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:40.172 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:40.173 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:40.549 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:41.549 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:42.753 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:42.753 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:43.224 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:44.225 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:45.490 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:45.490 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:45.873 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:46.874 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:48.231 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:48.232 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:48.656 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:49.657 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:50.940 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:50.940 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:51.297 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:52.298 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:53.573 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:53.573 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:54.030 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:55.031 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:56.313 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:56.313 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:56.679 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T11:59:57.680 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T11:59:58.949 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T11:59:58.950 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T11:59:59.303 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:00.305 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:01.652 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:01.652 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:01.976 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:02.976 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:04.183 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:04.183 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:04.590 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:05.590 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:06.930 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:06.930 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:07.285 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:08.287 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:09.517 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:09.517 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:09.902 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:10.903 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:12.160 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:12.160 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:12.526 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:13.527 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:14.826 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:14.827 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:15.201 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:16.201 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:17.539 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:17.539 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:17.958 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:18.959 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:20.267 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:20.267 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:20.599 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:21.601 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:22.852 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:22.852 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:23.215 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:24.215 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:25.465 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:25.465 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:25.840 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:26.840 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:28.060 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:28.060 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:28.440 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:29.441 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:30.682 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:30.682 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:31.048 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:32.049 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:33.242 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:33.242 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:33.622 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:34.624 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:35.867 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:35.868 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:36.222 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:37.223 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:38.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:38.487 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:38.855 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:39.856 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:41.086 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:41.086 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:41.455 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:42.456 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:43.697 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:43.698 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:44.070 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:45.072 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:46.293 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:46.294 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:46.662 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:47.664 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:48.898 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:48.899 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:49.278 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:50.279 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:51.598 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:51.598 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:51.961 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:52.962 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:54.264 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:54.264 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:54.643 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:55.644 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:56.902 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:56.902 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:57.301 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:00:58.301 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:00:59.612 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:00:59.613 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:00:59.976 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:00.977 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:02.221 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:02.221 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:01:02.558 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:03.558 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:04.833 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:04.833 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:01:05.200 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:06.201 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:07.477 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:07.477 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:01:07.849 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:08.850 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:10.142 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:10.142 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:01:10.519 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:11.520 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:12.806 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:12.806 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:01:13.165 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:14.166 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:15.438 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:15.439 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:01:15.807 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:16.808 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:18.087 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:18.087 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:01:18.455 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:19.456 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:20.762 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:20.762 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-13T11:48:59.493449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-13T11:49:06.573791Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-13T11:48:58.550496Z", "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-13T11:48:57.232995Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "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-13T12:01:21.157 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:22.158 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:23.710 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:23.710 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:24.163 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:25.164 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:26.847 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:27.255 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:28.256 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:29.562 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:29.563 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:29.937 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:30.937 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:32.196 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:32.196 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:32.561 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:33.562 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:34.801 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:34.801 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:35.170 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:36.171 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:37.395 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:37.395 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:37.761 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:38.763 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:39.994 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:39.995 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:40.361 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:41.362 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:42.584 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:42.584 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:42.951 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:43.952 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:45.201 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:45.201 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:45.576 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:46.577 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:47.776 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:47.776 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:48.134 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:49.135 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:50.322 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:50.322 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:50.734 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:51.735 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:52.932 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:52.932 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:53.333 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:54.334 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:55.556 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:55.556 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:55.966 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:56.967 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:01:58.234 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:01:58.234 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:01:58.599 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:01:59.600 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:00.819 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:00.819 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:01.198 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:02.198 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:03.460 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:03.460 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:03.823 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:04.824 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:06.074 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:06.074 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:06.440 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:07.441 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:08.692 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:08.692 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:09.064 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:10.065 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:11.278 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:11.278 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:11.637 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:12.638 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:13.828 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:13.828 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:14.246 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:15.248 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:16.510 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:16.510 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:16.887 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:17.888 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:19.160 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:19.161 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:19.520 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:20.521 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:21.770 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:21.770 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:22.136 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:23.137 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:24.396 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:24.396 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:24.770 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:25.771 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:27.030 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:27.030 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:27.419 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:28.420 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:29.671 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:29.672 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:30.026 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:31.027 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:32.298 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:32.298 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:32.692 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:33.693 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:34.885 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:34.886 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:35.242 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:36.243 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:37.469 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:37.469 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:37.909 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:38.910 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:40.258 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:40.258 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:40.616 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:41.617 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:42.896 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:42.897 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:43.308 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:44.310 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:45.538 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:45.931 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:46.932 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:48.180 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:48.180 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:48.549 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:49.550 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:50.858 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:50.858 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:51.223 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:52.224 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:53.491 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:53.492 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:53.872 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:54.873 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:56.187 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:56.188 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:56.585 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:02:57.586 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:02:58.852 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:02:58.852 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:02:59.246 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:00.247 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:01.438 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:01.439 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:01.870 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:02.871 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:04.181 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:04.181 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:04.554 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:05.555 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:06.769 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:06.769 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:07.162 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:08.163 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:09.392 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:09.392 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:09.763 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:10.764 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:12.027 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:12.027 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:12.377 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:13.379 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:14.595 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:14.595 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:14.977 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:15.978 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:17.208 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:17.209 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:17.578 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:18.578 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:19.802 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:19.802 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:20.159 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:21.159 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:22.351 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:22.351 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:22.767 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:23.767 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:25.042 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:25.043 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:25.409 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:26.409 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:27.681 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:27.682 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:28.059 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:29.059 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:30.299 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:30.299 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:30.666 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:31.667 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:32.863 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:32.864 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:33.241 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:34.242 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:35.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:35.487 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:35.848 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:36.850 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:38.099 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:38.099 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:38.465 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:39.466 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:40.744 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:40.745 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:41.113 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:42.114 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:43.275 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:43.275 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:43.639 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:44.639 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:45.888 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:45.888 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:46.262 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:47.264 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:48.499 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:48.499 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:48.854 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:49.855 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:51.113 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:51.114 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:51.494 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:52.496 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:53.790 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:53.790 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:54.153 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:55.154 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:56.405 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:56.406 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:56.769 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:03:57.770 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:03:59.035 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:03:59.036 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:03:59.394 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:00.395 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:01.714 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:01.714 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:02.112 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:03.113 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:04.417 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:04.417 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:04.783 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:05.785 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:07.044 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:07.044 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:07.417 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:08.418 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:09.680 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:09.681 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:10.050 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:11.051 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:12.262 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:12.262 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:12.625 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:13.626 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:14.846 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:14.846 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:15.241 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:16.242 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:17.477 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:17.477 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:17.840 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:18.841 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:20.107 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:20.107 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:20.428 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:21.429 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:22.712 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:22.712 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:23.073 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:24.074 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:25.297 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:25.297 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:25.672 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:26.673 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:27.932 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:27.932 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:28.306 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:29.306 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:30.572 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:30.573 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:30.939 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:31.939 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:33.218 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:33.218 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:33.580 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:34.581 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:35.821 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:35.821 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:36.195 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:37.197 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:38.458 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:38.458 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:38.836 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:39.838 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:41.097 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:41.097 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:41.470 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:42.471 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:43.771 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:43.772 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:44.179 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:45.181 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:46.496 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:46.496 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:46.869 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:47.870 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:49.091 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:49.091 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:49.452 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:50.453 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:51.714 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:51.714 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:52.084 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:53.085 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:54.305 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:54.305 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:54.628 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:55.628 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:56.902 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:56.902 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:57.274 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:04:58.275 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:04:59.509 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:04:59.510 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:04:59.883 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:00.884 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:02.115 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:02.115 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:02.474 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:03.475 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:04.695 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:04.695 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:05.091 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:06.093 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:07.271 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:07.272 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:07.682 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:08.682 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:09.964 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:09.965 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:10.322 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:11.323 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:12.568 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:12.568 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:12.948 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:13.950 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:15.196 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:15.196 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:15.581 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:16.582 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:17.811 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:17.811 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:18.180 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:19.181 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:20.411 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:20.412 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:20.772 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:21.773 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:23.013 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:23.013 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:23.380 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:24.381 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:25.615 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:25.615 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:25.970 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:26.971 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:28.091 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:28.091 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:28.491 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:29.491 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:30.727 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:30.727 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:31.186 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:32.187 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:33.440 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:33.440 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:33.811 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:34.811 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:36.027 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:36.027 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:36.401 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:37.402 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:38.682 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:38.682 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:39.059 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:40.060 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:41.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:41.309 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:41.675 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:42.676 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:43.977 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:43.977 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:44.349 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:45.350 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:46.666 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:46.667 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:47.091 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:48.092 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:49.376 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:49.376 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:49.732 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:50.734 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:51.974 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:51.975 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:52.550 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:53.551 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:54.871 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:54.871 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:55.258 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:56.259 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:05:57.484 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:05:57.484 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:05:57.848 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:05:58.849 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:00.093 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:00.093 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:00.473 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:01.474 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:02.687 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:02.688 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:03.064 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:04.066 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:05.313 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:05.313 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:05.656 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:06.657 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:07.895 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:07.895 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:08.296 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:09.297 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:10.524 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:10.524 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:10.908 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:11.909 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:13.181 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:13.182 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:13.554 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:14.555 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:15.815 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:15.815 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:16.196 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:17.197 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:18.468 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:18.468 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:18.845 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:19.846 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:21.101 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:21.101 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:21.505 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:22.506 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:23.753 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:23.753 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:24.169 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:25.170 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:26.450 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:26.450 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:26.803 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:27.804 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:29.203 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:29.203 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:29.560 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:30.561 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:31.843 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:31.843 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:32.243 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:33.245 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:34.537 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:34.537 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:34.902 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:35.903 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:37.149 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:37.149 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:37.501 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:38.502 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:39.775 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:39.775 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:40.151 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:41.152 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:42.387 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:42.388 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:42.767 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:43.767 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:45.080 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:45.081 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:45.450 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:46.451 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:47.693 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:47.693 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:48.065 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:49.066 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:50.312 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:50.312 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:50.682 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:51.683 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:52.929 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:52.930 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:53.299 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:54.301 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:55.625 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:55.625 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:56.048 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:57.049 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:06:58.340 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:06:58.341 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:06:58.706 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:06:59.707 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:00.963 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:00.963 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:01.322 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:02.323 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:03.560 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:03.560 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:03.929 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:04.930 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:06.180 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:06.180 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:06.547 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:07.548 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:08.789 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:08.789 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:09.155 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:10.156 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:11.392 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:11.393 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:11.779 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:12.780 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:14.029 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:14.029 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:14.403 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:15.403 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:16.620 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:16.620 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:17.004 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:18.005 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:19.219 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:19.220 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:19.586 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:20.587 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:21.801 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:21.801 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:22.160 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:23.162 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:24.391 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:24.392 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:24.761 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:25.763 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:27.034 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:27.034 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:27.410 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:28.411 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:29.674 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:29.674 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:30.037 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:31.037 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:32.271 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:32.271 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:32.627 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:33.628 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:34.862 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:34.862 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:35.225 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:36.226 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:37.483 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:37.483 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:37.851 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:38.852 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:40.081 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:40.081 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:40.467 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:41.468 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:42.706 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:42.706 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:43.075 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:44.076 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:45.318 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:45.318 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:45.690 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:46.691 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:47.931 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:47.931 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:48.300 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:49.300 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:50.537 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:50.537 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:50.924 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:51.925 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:53.130 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:53.131 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:53.498 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:54.499 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:55.733 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:55.733 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:56.105 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:57.106 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:07:58.343 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:07:58.344 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:07:58.714 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:07:59.715 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:00.948 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:00.948 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:01.347 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:02.348 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:03.571 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:03.571 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:03.946 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:04.947 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:06.176 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:06.176 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:06.671 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:07.672 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:08.969 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:08.969 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:09.387 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:10.389 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:11.608 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:11.608 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:12.011 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:13.012 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:14.279 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:14.279 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:14.656 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:15.656 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:16.864 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:16.864 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:17.184 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:18.185 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:19.376 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:19.377 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:19.794 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:20.795 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:22.052 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:22.053 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:22.460 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:23.460 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:24.674 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:24.674 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:25.077 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:26.078 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:27.324 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:27.324 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:27.684 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:28.685 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:29.915 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:29.915 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:30.318 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:31.319 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:32.585 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:32.585 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:32.959 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:33.960 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:35.478 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:35.478 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:35.850 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:36.851 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:38.085 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:38.085 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:38.476 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:39.476 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:40.733 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:40.733 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:41.109 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:42.110 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:43.293 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:43.293 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:43.665 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:44.666 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:45.917 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:45.918 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:46.289 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:47.290 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:48.512 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:48.515 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:48.880 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:49.882 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:51.121 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:51.121 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:51.490 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:52.491 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:53.732 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:53.732 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-01-13T12:08:54.097 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:55.098 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:56.320 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:56.321 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-01-13T12:08:55.740965Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T12:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:08:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, 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-13T12:08:56.689 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-13T12:08:57.690 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- ceph orch ls -f json 2024-01-13T12:08:59.792 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:08:59.792 INFO:teuthology.orchestra.run.smithi133.stdout:[{"events": ["2024-01-13T11:54:24.404944Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:50:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:50:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:51:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T11:52:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T11:53:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-13T12:06:25.761029Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:02:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:02:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:03:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi133 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-13T12:04:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:05:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"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-13T11:48:59.493449Z", "last_refresh": "2024-01-13T12:01:22.481795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-13T11:49:06.573791Z", "last_refresh": "2024-01-13T12:01:23.411920Z", "running": 1, "size": 1}}, {"events": ["2024-01-13T11:58:32.526728Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-13T11:58:32.522655Z", "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-13T11:48:58.550496Z", "last_refresh": "2024-01-13T12:01:22.481868Z", "running": 2, "size": 2}}, {"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-13T11:48:57.232995Z", "last_refresh": "2024-01-13T12:01:22.481666Z", "running": 2, "size": 5}}, {"events": ["2024-01-13T11:56:52.457463Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi187on smithi187: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi187 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187\"", "2024-01-13T11:58:53.096456Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi133 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\nsystemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi133\""], "placement": {"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-13T11:49:07.638300Z", "last_refresh": "2024-01-13T12:01:22.481926Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi133"]}, "service_id": "None", "service_name": "osd.None", "service_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-13T12:01:22.481932Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-13T12:01:21.154548Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T11:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:00:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-01-13T12:08:55.740965Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi133on smithi133: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi133 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi133 docker.io/prom/prometheus: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-13T12:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-13T12:08:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, 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-13T12:09:00.296 INFO:tasks.cephadm:mds.foofs has 2/2 2024-01-13T12:09:00.296 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-13T12:09:00.306 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T12:09:00.306 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-01-13T12:09:01.838 INFO:teuthology.orchestra.run.smithi133.stderr:Invalid command: missing required parameter clusterid() 2024-01-13T12:09:01.838 INFO:teuthology.orchestra.run.smithi133.stderr:nfs cluster create [] : Create an NFS Cluster 2024-01-13T12:09:01.838 INFO:teuthology.orchestra.run.smithi133.stderr:Error EINVAL: invalid command 2024-01-13T12:09:04.148 INFO:teuthology.orchestra.run.smithi133.stdout:NFS Cluster Created Successfully 2024-01-13T12:09:04.538 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-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-13T12:09:05.900 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:09:05.900 INFO:teuthology.orchestra.run.smithi133.stdout: "bind": "/fake", 2024-01-13T12:09:05.900 INFO:teuthology.orchestra.run.smithi133.stdout: "fs": "foofs", 2024-01-13T12:09:05.900 INFO:teuthology.orchestra.run.smithi133.stdout: "path": "/", 2024-01-13T12:09:05.900 INFO:teuthology.orchestra.run.smithi133.stdout: "cluster": "foo", 2024-01-13T12:09:05.901 INFO:teuthology.orchestra.run.smithi133.stdout: "mode": "RW" 2024-01-13T12:09:05.901 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:09:06.294 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-01-13T12:16:46.560 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo 2/2 - 6s count:2 2024-01-13T12:16:47.004 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-13T12:16:47.016 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T12:16:47.017 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-01-13T12:16:47.046 INFO:teuthology.orchestra.run.smithi133.stderr:+ mkdir /mnt/foo 2024-01-13T12:16:47.054 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-01-13T12:16:47.121 INFO:teuthology.orchestra.run.smithi133.stderr:++ hostname 2024-01-13T12:16:47.122 INFO:teuthology.orchestra.run.smithi133.stderr:+ mount -t nfs smithi133:/fake /mnt/foo -o sync 2024-01-13T12:16:54.847 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-01-13T12:16:54.922 INFO:teuthology.orchestra.run.smithi133.stderr:+ echo test 2024-01-13T12:16:54.933 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-01-13T12:16:55.001 INFO:teuthology.orchestra.run.smithi133.stderr:+ sync 2024-01-13T12:16:55.168 INFO:teuthology.run_tasks:Running task parallel... 2024-01-13T12:16:55.179 INFO:teuthology.task.parallel:starting parallel... 2024-01-13T12:16:55.179 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-01-13T12:16:55.180 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-01-13T12:16:55.180 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T12:16:55.180 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-13T12:16:55.180 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-01-13T12:16:55.180 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-01-13T12:16:55.181 INFO:teuthology.task.exec:Executing custom commands... 2024-01-13T12:16:55.181 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T12:16:55.181 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-01-13T12:16:55.354 INFO:teuthology.orchestra.run.smithi133.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-01-13T12:16:55.354 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:16:55.354 INFO:teuthology.orchestra.run.smithi133.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-01-13T12:16:55.363 INFO:teuthology.orchestra.run.smithi133.stdout:3 of 5 processes prepared for launch 0 sec 2024-01-13T12:16:55.463 INFO:teuthology.orchestra.run.smithi133.stdout:5 of 5 processes prepared for launch 0 sec 2024-01-13T12:16:55.463 INFO:teuthology.orchestra.run.smithi133.stdout:releasing clients 2024-01-13T12:16:56.463 INFO:teuthology.orchestra.run.smithi133.stdout: 5 300 55.09 MB/sec warmup 1 sec latency 16.625 ms 2024-01-13T12:16:56.949 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-13T12:16:57.463 INFO:teuthology.orchestra.run.smithi133.stdout: 5 616 52.22 MB/sec warmup 2 sec latency 11.710 ms 2024-01-13T12:16:58.464 INFO:teuthology.orchestra.run.smithi133.stdout: 5 1775 43.83 MB/sec warmup 3 sec latency 8.956 ms 2024-01-13T12:16:58.775 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph config set global log_to_journald false --force' 2024-01-13T12:16:59.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 3256 43.53 MB/sec warmup 4 sec latency 11.342 ms 2024-01-13T12:17:00.464 INFO:teuthology.orchestra.run.smithi133.stdout: 5 4319 40.43 MB/sec warmup 5 sec latency 10.741 ms 2024-01-13T12:17:00.794 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph mgr module enable nfs --force' 2024-01-13T12:17:01.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 5645 38.13 MB/sec warmup 6 sec latency 13.443 ms 2024-01-13T12:17:02.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 6832 38.73 MB/sec warmup 7 sec latency 15.271 ms 2024-01-13T12:17:03.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 7947 37.35 MB/sec warmup 8 sec latency 11.764 ms 2024-01-13T12:17:03.590 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-13T12:17:04.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 8933 35.88 MB/sec warmup 9 sec latency 21.181 ms 2024-01-13T12:17:05.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 10011 35.49 MB/sec warmup 10 sec latency 37.901 ms 2024-01-13T12:17:06.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 11057 35.59 MB/sec warmup 11 sec latency 13.999 ms 2024-01-13T12:17:07.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 12145 34.75 MB/sec warmup 12 sec latency 15.006 ms 2024-01-13T12:17:08.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 13473 34.51 MB/sec warmup 13 sec latency 20.120 ms 2024-01-13T12:17:09.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 14461 34.71 MB/sec warmup 14 sec latency 13.538 ms 2024-01-13T12:17:10.071 INFO:teuthology.orchestra.run.smithi133.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T12:17:10.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 15200 32.86 MB/sec warmup 15 sec latency 24.767 ms 2024-01-13T12:17:10.538 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-01-13T12:17:10.539 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T12:17:10.539 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- 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-13T12:17:11.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 16330 32.30 MB/sec warmup 16 sec latency 20.701 ms 2024-01-13T12:17:12.163 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:17:12.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 17516 32.97 MB/sec warmup 17 sec latency 14.948 ms 2024-01-13T12:17:13.028 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (22m) 0s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (22m) 1s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (22m) 0s ago 22m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (8m) 0s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (8m) 1s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (28m) 0s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (22m) 1s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (28m) 0s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (27m) 1s ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (27s) 0s ago 26s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (30s) 1s ago 30s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 0s ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:17:13.029 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 1s ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:17:13.030 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (22m) 0s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:17:13.030 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (22m) 0s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:17:13.030 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (21m) 0s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:17:13.030 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (21m) 0s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:17:13.030 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (20m) 1s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:17:13.030 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (20m) 1s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:17:13.030 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (19m) 1s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:17:13.030 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (19m) 1s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:17:13.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 18389 32.42 MB/sec warmup 18 sec latency 14.172 ms 2024-01-13T12:17:13.494 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:17:13.494 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:17:13.494 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:17:13.494 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:17:13.495 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:17:13.927 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:17:13.927 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:17:13.927 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:17:13.928 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:17:13.928 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:17:13.928 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:17:14.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 19383 32.05 MB/sec warmup 19 sec latency 23.832 ms 2024-01-13T12:17:15.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 20749 32.20 MB/sec warmup 20 sec latency 23.839 ms 2024-01-13T12:17:16.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 21774 32.32 MB/sec warmup 21 sec latency 14.788 ms 2024-01-13T12:17:17.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 22839 32.01 MB/sec warmup 22 sec latency 20.756 ms 2024-01-13T12:17:18.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 24215 32.04 MB/sec warmup 23 sec latency 17.333 ms 2024-01-13T12:17:19.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 25346 32.27 MB/sec warmup 24 sec latency 10.989 ms 2024-01-13T12:17:20.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 26269 31.64 MB/sec warmup 25 sec latency 22.291 ms 2024-01-13T12:17:21.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 27743 32.00 MB/sec warmup 26 sec latency 22.928 ms 2024-01-13T12:17:22.465 INFO:teuthology.orchestra.run.smithi133.stdout: 5 28873 32.22 MB/sec warmup 27 sec latency 12.247 ms 2024-01-13T12:17:23.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 29926 31.88 MB/sec warmup 28 sec latency 17.504 ms 2024-01-13T12:17:24.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 31085 31.60 MB/sec warmup 29 sec latency 15.984 ms 2024-01-13T12:17:25.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 32226 32.12 MB/sec warmup 30 sec latency 14.500 ms 2024-01-13T12:17:26.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 33165 31.56 MB/sec warmup 31 sec latency 20.264 ms 2024-01-13T12:17:27.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 34487 31.43 MB/sec warmup 32 sec latency 25.520 ms 2024-01-13T12:17:28.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 35828 32.12 MB/sec warmup 33 sec latency 12.158 ms 2024-01-13T12:17:29.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 36802 31.69 MB/sec warmup 34 sec latency 14.571 ms 2024-01-13T12:17:30.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 37842 31.27 MB/sec warmup 35 sec latency 21.076 ms 2024-01-13T12:17:31.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 38717 31.43 MB/sec warmup 36 sec latency 64.818 ms 2024-01-13T12:17:32.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 39573 31.27 MB/sec warmup 37 sec latency 15.868 ms 2024-01-13T12:17:33.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 40564 30.96 MB/sec warmup 38 sec latency 18.204 ms 2024-01-13T12:17:34.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 41747 30.87 MB/sec warmup 39 sec latency 23.046 ms 2024-01-13T12:17:35.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 42834 31.22 MB/sec warmup 40 sec latency 17.445 ms 2024-01-13T12:17:36.466 INFO:teuthology.orchestra.run.smithi133.stdout: 5 43685 30.80 MB/sec warmup 41 sec latency 13.503 ms 2024-01-13T12:17:37.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 45006 30.69 MB/sec warmup 42 sec latency 18.168 ms 2024-01-13T12:17:38.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 46291 31.24 MB/sec warmup 43 sec latency 15.686 ms 2024-01-13T12:17:39.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 47057 30.73 MB/sec warmup 44 sec latency 21.804 ms 2024-01-13T12:17:40.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 48158 30.60 MB/sec warmup 45 sec latency 17.773 ms 2024-01-13T12:17:41.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 49624 31.06 MB/sec warmup 46 sec latency 18.158 ms 2024-01-13T12:17:42.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 50588 30.80 MB/sec warmup 47 sec latency 13.246 ms 2024-01-13T12:17:43.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 51799 30.72 MB/sec warmup 48 sec latency 16.832 ms 2024-01-13T12:17:44.281 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:17:44.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 52906 30.88 MB/sec warmup 49 sec latency 20.443 ms 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (23m) 32s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (23m) 33s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (22m) 32s ago 22m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (8m) 32s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (8m) 33s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (29m) 32s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (22m) 33s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:17:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (29m) 32s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (27m) 33s ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (59s) 32s ago 58s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (62s) 33s ago 62s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 32s ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 33s ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (23m) 32s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (22m) 32s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (22m) 32s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (22m) 32s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (20m) 33s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (20m) 33s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (20m) 33s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:17:44.961 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (20m) 33s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:17:45.318 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:17:45.318 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:17:45.318 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:17:45.318 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:17:45.318 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:17:45.319 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:17:45.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 53680 30.78 MB/sec warmup 50 sec latency 26.070 ms 2024-01-13T12:17:45.730 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:17:45.730 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:17:45.730 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:17:45.730 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:17:45.731 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:17:45.731 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:17:46.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 54666 30.56 MB/sec warmup 51 sec latency 16.376 ms 2024-01-13T12:17:47.467 INFO:teuthology.orchestra.run.smithi133.stdout: 5 55684 30.31 MB/sec warmup 52 sec latency 22.585 ms 2024-01-13T12:17:48.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 56506 30.39 MB/sec warmup 53 sec latency 27.015 ms 2024-01-13T12:17:49.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 57390 30.29 MB/sec warmup 54 sec latency 14.575 ms 2024-01-13T12:17:50.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 58224 30.08 MB/sec warmup 55 sec latency 22.668 ms 2024-01-13T12:17:51.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 59146 29.79 MB/sec warmup 56 sec latency 29.426 ms 2024-01-13T12:17:52.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 59891 29.85 MB/sec warmup 57 sec latency 21.515 ms 2024-01-13T12:17:53.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 60704 29.82 MB/sec warmup 58 sec latency 22.556 ms 2024-01-13T12:17:54.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 61495 29.51 MB/sec warmup 59 sec latency 18.640 ms 2024-01-13T12:17:55.468 INFO:teuthology.orchestra.run.smithi133.stdout: 5 62424 29.33 MB/sec warmup 60 sec latency 23.815 ms 2024-01-13T12:17:56.469 INFO:teuthology.orchestra.run.smithi133.stdout: 5 63454 29.46 MB/sec warmup 61 sec latency 19.043 ms 2024-01-13T12:17:57.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 64287 29.44 MB/sec warmup 62 sec latency 16.742 ms 2024-01-13T12:17:58.469 INFO:teuthology.orchestra.run.smithi133.stdout: 5 65090 29.17 MB/sec warmup 63 sec latency 20.775 ms 2024-01-13T12:17:59.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 66103 29.04 MB/sec warmup 64 sec latency 21.665 ms 2024-01-13T12:18:00.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 67021 29.13 MB/sec warmup 65 sec latency 16.728 ms 2024-01-13T12:18:01.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 67757 29.08 MB/sec warmup 66 sec latency 17.430 ms 2024-01-13T12:18:02.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 68355 28.74 MB/sec warmup 67 sec latency 25.288 ms 2024-01-13T12:18:03.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 69063 28.61 MB/sec warmup 68 sec latency 29.702 ms 2024-01-13T12:18:04.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 69914 28.43 MB/sec warmup 69 sec latency 102.511 ms 2024-01-13T12:18:05.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 70749 28.50 MB/sec warmup 70 sec latency 17.816 ms 2024-01-13T12:18:06.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 71436 28.41 MB/sec warmup 71 sec latency 19.564 ms 2024-01-13T12:18:07.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 71959 28.12 MB/sec warmup 72 sec latency 28.010 ms 2024-01-13T12:18:08.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 72455 27.91 MB/sec warmup 73 sec latency 30.549 ms 2024-01-13T12:18:09.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 73144 27.69 MB/sec warmup 74 sec latency 30.553 ms 2024-01-13T12:18:10.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 73928 27.68 MB/sec warmup 75 sec latency 21.560 ms 2024-01-13T12:18:11.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 74825 27.76 MB/sec warmup 76 sec latency 18.220 ms 2024-01-13T12:18:12.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 75574 27.56 MB/sec warmup 77 sec latency 21.892 ms 2024-01-13T12:18:13.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 76504 27.46 MB/sec warmup 78 sec latency 23.774 ms 2024-01-13T12:18:14.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 77224 27.31 MB/sec warmup 79 sec latency 31.776 ms 2024-01-13T12:18:15.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 77885 27.33 MB/sec warmup 80 sec latency 25.614 ms 2024-01-13T12:18:16.057 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:18:16.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 78456 27.24 MB/sec warmup 81 sec latency 22.323 ms 2024-01-13T12:18:16.686 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:18:16.686 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:18:16.686 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (23m) 65s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:18:16.686 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (23m) 63s ago 23m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:18:16.686 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (9m) 63s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (9m) 65s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (29m) 63s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (23m) 65s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (29m) 63s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (28m) 65s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (90s) 63s ago 90s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (94s) 65s ago 94s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 63s ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 65s ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (22m) 63s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:18:16.687 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (21m) 65s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:18:16.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (21m) 65s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:18:16.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (20m) 65s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:18:16.688 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (20m) 65s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:18:17.021 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:18:17.022 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:18:17.022 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:18:17.022 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:18:17.022 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:18:17.022 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:18:17.022 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:18:17.022 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:18:17.022 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:18:17.327 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:18:17.327 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:18:17.327 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:18:17.327 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:18:17.327 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:18:17.327 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:18:17.470 INFO:teuthology.orchestra.run.smithi133.stdout: 5 78906 26.98 MB/sec warmup 82 sec latency 40.185 ms 2024-01-13T12:18:18.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 79771 26.91 MB/sec warmup 83 sec latency 31.300 ms 2024-01-13T12:18:19.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 80753 26.82 MB/sec warmup 84 sec latency 16.739 ms 2024-01-13T12:18:20.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 81465 26.89 MB/sec warmup 85 sec latency 21.172 ms 2024-01-13T12:18:21.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 82038 26.78 MB/sec warmup 86 sec latency 21.881 ms 2024-01-13T12:18:22.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 82848 26.61 MB/sec warmup 87 sec latency 25.315 ms 2024-01-13T12:18:23.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 83994 26.61 MB/sec warmup 88 sec latency 18.792 ms 2024-01-13T12:18:24.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 84891 26.69 MB/sec warmup 89 sec latency 43.572 ms 2024-01-13T12:18:25.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 85599 26.66 MB/sec warmup 90 sec latency 18.955 ms 2024-01-13T12:18:26.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 86039 26.44 MB/sec warmup 91 sec latency 32.637 ms 2024-01-13T12:18:27.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 86472 26.22 MB/sec warmup 92 sec latency 38.991 ms 2024-01-13T12:18:28.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 87080 26.12 MB/sec warmup 93 sec latency 29.108 ms 2024-01-13T12:18:29.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 88014 26.11 MB/sec warmup 94 sec latency 23.194 ms 2024-01-13T12:18:30.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 88752 26.13 MB/sec warmup 95 sec latency 24.789 ms 2024-01-13T12:18:31.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 89218 26.01 MB/sec warmup 96 sec latency 37.624 ms 2024-01-13T12:18:32.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 89994 25.85 MB/sec warmup 97 sec latency 25.241 ms 2024-01-13T12:18:33.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 90961 25.82 MB/sec warmup 98 sec latency 23.027 ms 2024-01-13T12:18:34.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 91726 25.84 MB/sec warmup 99 sec latency 25.853 ms 2024-01-13T12:18:35.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 92569 25.89 MB/sec warmup 100 sec latency 21.359 ms 2024-01-13T12:18:36.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 93327 25.73 MB/sec warmup 101 sec latency 34.747 ms 2024-01-13T12:18:37.471 INFO:teuthology.orchestra.run.smithi133.stdout: 5 94272 25.72 MB/sec warmup 102 sec latency 23.930 ms 2024-01-13T12:18:38.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 95031 25.65 MB/sec warmup 103 sec latency 19.399 ms 2024-01-13T12:18:39.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 95673 25.66 MB/sec warmup 104 sec latency 22.971 ms 2024-01-13T12:18:40.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 96138 25.57 MB/sec warmup 105 sec latency 32.584 ms 2024-01-13T12:18:41.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 96456 25.36 MB/sec warmup 106 sec latency 40.933 ms 2024-01-13T12:18:42.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 96810 25.18 MB/sec warmup 107 sec latency 52.670 ms 2024-01-13T12:18:43.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 97569 25.11 MB/sec warmup 108 sec latency 19.691 ms 2024-01-13T12:18:44.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 98403 25.04 MB/sec warmup 109 sec latency 21.922 ms 2024-01-13T12:18:45.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 99222 25.13 MB/sec warmup 110 sec latency 18.390 ms 2024-01-13T12:18:46.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 99971 25.08 MB/sec warmup 111 sec latency 31.130 ms 2024-01-13T12:18:47.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 100672 24.95 MB/sec warmup 112 sec latency 41.814 ms 2024-01-13T12:18:47.698 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:18:48.401 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (24m) 95s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (24m) 97s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (23m) 95s ago 23m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (9m) 95s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (9m) 97s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (30m) 95s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (23m) 97s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (30m) 95s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (28m) 97s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (2m) 95s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (2m) 97s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 95s ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:18:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 97s ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:18:48.403 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (24m) 95s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:18:48.403 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (23m) 95s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:18:48.403 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (23m) 95s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:18:48.403 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (23m) 95s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:18:48.403 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (21m) 97s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:18:48.403 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (21m) 97s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:18:48.403 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (21m) 97s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:18:48.403 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (21m) 97s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:18:48.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 101404 24.89 MB/sec warmup 113 sec latency 38.352 ms 2024-01-13T12:18:48.802 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:18:48.802 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:18:48.802 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:18:48.802 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:18:48.802 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:18:48.803 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:18:49.154 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:18:49.155 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:18:49.155 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:18:49.155 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:18:49.155 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:18:49.155 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:18:49.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 102069 24.84 MB/sec warmup 114 sec latency 22.688 ms 2024-01-13T12:18:50.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 102746 24.85 MB/sec warmup 115 sec latency 26.567 ms 2024-01-13T12:18:51.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 103257 24.79 MB/sec warmup 116 sec latency 23.184 ms 2024-01-13T12:18:52.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 103921 24.66 MB/sec warmup 117 sec latency 27.219 ms 2024-01-13T12:18:53.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 104526 24.60 MB/sec warmup 118 sec latency 26.085 ms 2024-01-13T12:18:54.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 105287 24.51 MB/sec warmup 119 sec latency 28.262 ms 2024-01-13T12:18:56.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 106450 23.27 MB/sec execute 1 sec latency 26.996 ms 2024-01-13T12:18:57.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 106853 16.68 MB/sec execute 2 sec latency 42.840 ms 2024-01-13T12:18:58.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 107381 13.87 MB/sec execute 3 sec latency 39.251 ms 2024-01-13T12:18:59.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 107889 12.90 MB/sec execute 4 sec latency 37.337 ms 2024-01-13T12:19:00.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 108406 12.83 MB/sec execute 5 sec latency 44.242 ms 2024-01-13T12:19:01.472 INFO:teuthology.orchestra.run.smithi133.stdout: 5 108916 12.49 MB/sec execute 6 sec latency 38.399 ms 2024-01-13T12:19:02.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 109347 12.94 MB/sec execute 7 sec latency 32.779 ms 2024-01-13T12:19:03.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 110163 15.20 MB/sec execute 8 sec latency 20.571 ms 2024-01-13T12:19:04.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 110617 14.68 MB/sec execute 9 sec latency 40.269 ms 2024-01-13T12:19:05.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 111096 13.88 MB/sec execute 10 sec latency 42.551 ms 2024-01-13T12:19:06.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 111624 14.00 MB/sec execute 11 sec latency 37.899 ms 2024-01-13T12:19:07.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 112369 14.07 MB/sec execute 12 sec latency 27.580 ms 2024-01-13T12:19:08.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 112942 14.69 MB/sec execute 13 sec latency 30.297 ms 2024-01-13T12:19:09.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 113452 15.03 MB/sec execute 14 sec latency 67.244 ms 2024-01-13T12:19:10.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 113844 14.73 MB/sec execute 15 sec latency 28.379 ms 2024-01-13T12:19:11.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 114193 14.24 MB/sec execute 16 sec latency 31.736 ms 2024-01-13T12:19:12.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 114557 13.73 MB/sec execute 17 sec latency 44.913 ms 2024-01-13T12:19:13.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 115000 13.50 MB/sec execute 18 sec latency 38.081 ms 2024-01-13T12:19:14.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 115968 14.02 MB/sec execute 19 sec latency 27.778 ms 2024-01-13T12:19:15.473 INFO:teuthology.orchestra.run.smithi133.stdout: 5 117074 15.32 MB/sec execute 20 sec latency 17.132 ms 2024-01-13T12:19:16.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 117861 15.56 MB/sec execute 21 sec latency 28.614 ms 2024-01-13T12:19:17.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 118457 15.23 MB/sec execute 22 sec latency 33.945 ms 2024-01-13T12:19:18.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 118947 15.24 MB/sec execute 23 sec latency 43.908 ms 2024-01-13T12:19:19.466 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:19:19.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 119432 15.01 MB/sec execute 24 sec latency 35.840 ms 2024-01-13T12:19:20.049 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:19:20.049 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:19:20.049 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:19:20.049 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (24m) 2m ago 24m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:19:20.049 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:19:20.049 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (30m) 2m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (30m) 2m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (29m) 2m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:19:20.050 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:19:20.051 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (21m) 2m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:19:20.051 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (21m) 2m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:19:20.369 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:19:20.370 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:19:20.370 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:19:20.370 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:19:20.370 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:19:20.370 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:19:20.370 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:19:20.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 119745 14.73 MB/sec execute 25 sec latency 35.576 ms 2024-01-13T12:19:20.664 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:19:20.664 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:19:20.664 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:19:20.664 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:19:20.664 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:19:20.664 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:19:21.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 120107 14.80 MB/sec execute 26 sec latency 46.292 ms 2024-01-13T12:19:22.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 120658 15.02 MB/sec execute 27 sec latency 30.191 ms 2024-01-13T12:19:23.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 120973 14.73 MB/sec execute 28 sec latency 37.107 ms 2024-01-13T12:19:24.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 121380 14.56 MB/sec execute 29 sec latency 54.468 ms 2024-01-13T12:19:25.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 121772 14.23 MB/sec execute 30 sec latency 33.239 ms 2024-01-13T12:19:26.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 122230 14.20 MB/sec execute 31 sec latency 32.648 ms 2024-01-13T12:19:27.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 122836 14.15 MB/sec execute 32 sec latency 37.026 ms 2024-01-13T12:19:28.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 123280 14.05 MB/sec execute 33 sec latency 36.124 ms 2024-01-13T12:19:29.474 INFO:teuthology.orchestra.run.smithi133.stdout: 5 123831 14.25 MB/sec execute 34 sec latency 34.138 ms 2024-01-13T12:19:30.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 124430 14.49 MB/sec execute 35 sec latency 32.212 ms 2024-01-13T12:19:31.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 125113 14.43 MB/sec execute 36 sec latency 35.318 ms 2024-01-13T12:19:32.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 126005 14.56 MB/sec execute 37 sec latency 23.884 ms 2024-01-13T12:19:33.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 126859 14.73 MB/sec execute 38 sec latency 20.172 ms 2024-01-13T12:19:34.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 127523 15.03 MB/sec execute 39 sec latency 35.339 ms 2024-01-13T12:19:35.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 128049 15.08 MB/sec execute 40 sec latency 31.985 ms 2024-01-13T12:19:36.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 128736 15.03 MB/sec execute 41 sec latency 65.043 ms 2024-01-13T12:19:37.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 129893 15.28 MB/sec execute 42 sec latency 21.935 ms 2024-01-13T12:19:38.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 130858 15.67 MB/sec execute 43 sec latency 18.470 ms 2024-01-13T12:19:39.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 131481 15.85 MB/sec execute 44 sec latency 27.565 ms 2024-01-13T12:19:40.475 INFO:teuthology.orchestra.run.smithi133.stdout: 5 131830 15.67 MB/sec execute 45 sec latency 37.579 ms 2024-01-13T12:19:41.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 132536 15.56 MB/sec execute 46 sec latency 33.682 ms 2024-01-13T12:19:42.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 133589 15.79 MB/sec execute 47 sec latency 27.543 ms 2024-01-13T12:19:43.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 133961 15.60 MB/sec execute 48 sec latency 44.046 ms 2024-01-13T12:19:44.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 134332 15.68 MB/sec execute 49 sec latency 51.711 ms 2024-01-13T12:19:45.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 134784 15.76 MB/sec execute 50 sec latency 44.598 ms 2024-01-13T12:19:46.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 135378 15.70 MB/sec execute 51 sec latency 51.905 ms 2024-01-13T12:19:47.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 135885 15.54 MB/sec execute 52 sec latency 49.810 ms 2024-01-13T12:19:48.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 136289 15.45 MB/sec execute 53 sec latency 51.602 ms 2024-01-13T12:19:49.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 136652 15.27 MB/sec execute 54 sec latency 58.279 ms 2024-01-13T12:19:50.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 137120 15.21 MB/sec execute 55 sec latency 55.502 ms 2024-01-13T12:19:51.029 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:19:51.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 137429 15.05 MB/sec execute 56 sec latency 48.740 ms 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (25m) 2m ago 25m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (25m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (29m) 2m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:19:51.735 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:19:51.736 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:19:52.118 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:19:52.118 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:19:52.119 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:19:52.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 137810 15.12 MB/sec execute 57 sec latency 59.503 ms 2024-01-13T12:19:52.478 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:19:52.478 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:19:52.478 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:19:52.478 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:19:52.478 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:19:52.478 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:19:53.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 138220 15.11 MB/sec execute 58 sec latency 39.380 ms 2024-01-13T12:19:54.476 INFO:teuthology.orchestra.run.smithi133.stdout: 5 138518 15.05 MB/sec execute 59 sec latency 66.021 ms 2024-01-13T12:19:55.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 138784 14.90 MB/sec execute 60 sec latency 50.831 ms 2024-01-13T12:19:56.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 139059 14.71 MB/sec execute 61 sec latency 79.152 ms 2024-01-13T12:19:57.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 139480 14.61 MB/sec execute 62 sec latency 48.126 ms 2024-01-13T12:19:58.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 140091 14.60 MB/sec execute 63 sec latency 28.610 ms 2024-01-13T12:19:59.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 140685 14.57 MB/sec execute 64 sec latency 38.550 ms 2024-01-13T12:20:00.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 140989 14.45 MB/sec execute 65 sec latency 42.322 ms 2024-01-13T12:20:01.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 141366 14.51 MB/sec execute 66 sec latency 44.284 ms 2024-01-13T12:20:02.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 141757 14.51 MB/sec execute 67 sec latency 38.323 ms 2024-01-13T12:20:03.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 142093 14.48 MB/sec execute 68 sec latency 57.088 ms 2024-01-13T12:20:04.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 142436 14.36 MB/sec execute 69 sec latency 51.361 ms 2024-01-13T12:20:05.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 142883 14.26 MB/sec execute 70 sec latency 40.997 ms 2024-01-13T12:20:06.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 143457 14.27 MB/sec execute 71 sec latency 47.217 ms 2024-01-13T12:20:07.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 144069 14.19 MB/sec execute 72 sec latency 49.735 ms 2024-01-13T12:20:08.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 144369 14.11 MB/sec execute 73 sec latency 48.770 ms 2024-01-13T12:20:09.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 144695 14.09 MB/sec execute 74 sec latency 34.782 ms 2024-01-13T12:20:10.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 144997 14.06 MB/sec execute 75 sec latency 63.268 ms 2024-01-13T12:20:11.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 145307 14.06 MB/sec execute 76 sec latency 46.923 ms 2024-01-13T12:20:12.477 INFO:teuthology.orchestra.run.smithi133.stdout: 5 145701 14.07 MB/sec execute 77 sec latency 52.657 ms 2024-01-13T12:20:13.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 146116 13.94 MB/sec execute 78 sec latency 34.137 ms 2024-01-13T12:20:14.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 146455 13.85 MB/sec execute 79 sec latency 57.026 ms 2024-01-13T12:20:15.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 146846 13.78 MB/sec execute 80 sec latency 45.926 ms 2024-01-13T12:20:16.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 147259 13.72 MB/sec execute 81 sec latency 53.401 ms 2024-01-13T12:20:17.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 147820 13.70 MB/sec execute 82 sec latency 38.671 ms 2024-01-13T12:20:18.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 148211 13.68 MB/sec execute 83 sec latency 33.373 ms 2024-01-13T12:20:19.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 148670 13.74 MB/sec execute 84 sec latency 33.000 ms 2024-01-13T12:20:20.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 149168 13.82 MB/sec execute 85 sec latency 44.791 ms 2024-01-13T12:20:21.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 149823 13.78 MB/sec execute 86 sec latency 28.457 ms 2024-01-13T12:20:22.478 INFO:teuthology.orchestra.run.smithi133.stdout: 5 150701 13.87 MB/sec execute 87 sec latency 28.462 ms 2024-01-13T12:20:22.893 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:20:23.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 151554 13.91 MB/sec execute 88 sec latency 32.222 ms 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (25m) 3m ago 25m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (11m) 3m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (11m) 3m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (31m) 3m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (31m) 3m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:20:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (30m) 3m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (22m) 3m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:20:23.701 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (22m) 3m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:20:24.151 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:20:24.151 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:20:24.151 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:20:24.151 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:20:24.152 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:20:24.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 152335 14.11 MB/sec execute 89 sec latency 24.005 ms 2024-01-13T12:20:24.554 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:20:24.554 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:20:24.554 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:20:24.554 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:20:24.554 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:20:24.554 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:20:25.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 153083 14.20 MB/sec execute 90 sec latency 19.718 ms 2024-01-13T12:20:26.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 153749 14.17 MB/sec execute 91 sec latency 31.952 ms 2024-01-13T12:20:27.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 154700 14.23 MB/sec execute 92 sec latency 26.471 ms 2024-01-13T12:20:28.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 155393 14.31 MB/sec execute 93 sec latency 30.412 ms 2024-01-13T12:20:29.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 156087 14.46 MB/sec execute 94 sec latency 28.450 ms 2024-01-13T12:20:30.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 156621 14.46 MB/sec execute 95 sec latency 36.331 ms 2024-01-13T12:20:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 157265 14.42 MB/sec execute 96 sec latency 26.515 ms 2024-01-13T12:20:32.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 157740 14.41 MB/sec execute 97 sec latency 35.221 ms 2024-01-13T12:20:33.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 158248 14.33 MB/sec execute 98 sec latency 45.711 ms 2024-01-13T12:20:34.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 158627 14.28 MB/sec execute 99 sec latency 56.910 ms 2024-01-13T12:20:35.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 159246 14.41 MB/sec execute 100 sec latency 30.531 ms 2024-01-13T12:20:36.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 159910 14.52 MB/sec execute 101 sec latency 25.708 ms 2024-01-13T12:20:37.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 160389 14.43 MB/sec execute 102 sec latency 34.698 ms 2024-01-13T12:20:38.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 160827 14.37 MB/sec execute 103 sec latency 44.560 ms 2024-01-13T12:20:39.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 161525 14.39 MB/sec execute 104 sec latency 37.150 ms 2024-01-13T12:20:40.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 162155 14.37 MB/sec execute 105 sec latency 25.587 ms 2024-01-13T12:20:41.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 162646 14.44 MB/sec execute 106 sec latency 36.921 ms 2024-01-13T12:20:42.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 163104 14.46 MB/sec execute 107 sec latency 36.975 ms 2024-01-13T12:20:43.479 INFO:teuthology.orchestra.run.smithi133.stdout: 5 163463 14.46 MB/sec execute 108 sec latency 40.656 ms 2024-01-13T12:20:44.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 164102 14.40 MB/sec execute 109 sec latency 53.153 ms 2024-01-13T12:20:45.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 164781 14.41 MB/sec execute 110 sec latency 28.258 ms 2024-01-13T12:20:46.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 165523 14.42 MB/sec execute 111 sec latency 24.569 ms 2024-01-13T12:20:47.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 166106 14.46 MB/sec execute 112 sec latency 27.913 ms 2024-01-13T12:20:48.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 166718 14.57 MB/sec execute 113 sec latency 40.108 ms 2024-01-13T12:20:49.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 167113 14.55 MB/sec execute 114 sec latency 38.105 ms 2024-01-13T12:20:50.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 167778 14.51 MB/sec execute 115 sec latency 33.287 ms 2024-01-13T12:20:51.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 168399 14.51 MB/sec execute 116 sec latency 26.580 ms 2024-01-13T12:20:52.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 169000 14.46 MB/sec execute 117 sec latency 33.523 ms 2024-01-13T12:20:53.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 169446 14.47 MB/sec execute 118 sec latency 31.785 ms 2024-01-13T12:20:54.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 170166 14.60 MB/sec execute 119 sec latency 24.849 ms 2024-01-13T12:20:54.958 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:20:55.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 170660 14.62 MB/sec execute 120 sec latency 36.597 ms 2024-01-13T12:20:55.691 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:20:55.691 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:20:55.691 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:20:55.691 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (26m) 3m ago 26m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:20:55.691 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (11m) 3m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:20:55.691 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (11m) 3m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:20:55.691 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (31m) 3m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:20:55.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:20:55.693 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:20:56.135 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:20:56.135 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:20:56.135 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:20:56.135 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:20:56.135 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:20:56.135 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:20:56.135 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:20:56.136 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:20:56.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 171160 14.54 MB/sec execute 121 sec latency 53.542 ms 2024-01-13T12:20:56.503 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:20:56.503 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:20:56.503 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:20:56.503 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:20:56.503 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:20:56.503 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:20:57.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 171818 14.55 MB/sec execute 122 sec latency 38.601 ms 2024-01-13T12:20:58.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 172572 14.54 MB/sec execute 123 sec latency 33.061 ms 2024-01-13T12:20:59.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 173194 14.60 MB/sec execute 124 sec latency 21.449 ms 2024-01-13T12:21:00.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 173743 14.68 MB/sec execute 125 sec latency 34.734 ms 2024-01-13T12:21:01.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 174100 14.68 MB/sec execute 126 sec latency 32.263 ms 2024-01-13T12:21:02.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 174377 14.58 MB/sec execute 127 sec latency 46.058 ms 2024-01-13T12:21:03.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 174626 14.48 MB/sec execute 128 sec latency 63.954 ms 2024-01-13T12:21:04.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 174823 14.40 MB/sec execute 129 sec latency 66.645 ms 2024-01-13T12:21:05.480 INFO:teuthology.orchestra.run.smithi133.stdout: 5 175066 14.36 MB/sec execute 130 sec latency 97.505 ms 2024-01-13T12:21:06.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 175747 14.35 MB/sec execute 131 sec latency 47.364 ms 2024-01-13T12:21:07.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 176480 14.38 MB/sec execute 132 sec latency 23.960 ms 2024-01-13T12:21:08.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 177454 14.57 MB/sec execute 133 sec latency 27.029 ms 2024-01-13T12:21:09.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 178078 14.54 MB/sec execute 134 sec latency 36.707 ms 2024-01-13T12:21:10.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 178581 14.52 MB/sec execute 135 sec latency 43.828 ms 2024-01-13T12:21:11.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 179161 14.52 MB/sec execute 136 sec latency 31.751 ms 2024-01-13T12:21:12.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 179583 14.44 MB/sec execute 137 sec latency 39.891 ms 2024-01-13T12:21:13.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 179969 14.43 MB/sec execute 138 sec latency 41.477 ms 2024-01-13T12:21:14.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 180296 14.40 MB/sec execute 139 sec latency 54.880 ms 2024-01-13T12:21:15.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 180730 14.44 MB/sec execute 140 sec latency 36.300 ms 2024-01-13T12:21:16.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 181078 14.45 MB/sec execute 141 sec latency 41.251 ms 2024-01-13T12:21:17.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 181314 14.38 MB/sec execute 142 sec latency 46.652 ms 2024-01-13T12:21:18.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 181541 14.29 MB/sec execute 143 sec latency 59.768 ms 2024-01-13T12:21:19.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 181794 14.22 MB/sec execute 144 sec latency 50.074 ms 2024-01-13T12:21:20.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 182043 14.15 MB/sec execute 145 sec latency 50.084 ms 2024-01-13T12:21:21.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 182298 14.10 MB/sec execute 146 sec latency 92.529 ms 2024-01-13T12:21:22.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 182793 14.09 MB/sec execute 147 sec latency 37.447 ms 2024-01-13T12:21:23.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 183251 14.03 MB/sec execute 148 sec latency 41.009 ms 2024-01-13T12:21:24.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 183653 14.03 MB/sec execute 149 sec latency 33.882 ms 2024-01-13T12:21:25.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 184106 14.09 MB/sec execute 150 sec latency 48.073 ms 2024-01-13T12:21:26.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 184386 14.05 MB/sec execute 151 sec latency 53.481 ms 2024-01-13T12:21:26.843 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:21:27.440 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:21:27.440 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:21:27.440 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:21:27.440 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (26m) 4m ago 26m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:21:27.440 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (12m) 4m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:21:27.440 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (12m) 4m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (32m) 4m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (32m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (31m) 4m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:21:27.441 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:21:27.442 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (23m) 4m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:21:27.481 INFO:teuthology.orchestra.run.smithi133.stdout: 5 184674 14.04 MB/sec execute 152 sec latency 48.216 ms 2024-01-13T12:21:27.783 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:21:27.783 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:21:27.783 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:21:27.784 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:21:28.093 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:21:28.093 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:21:28.093 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:21:28.094 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:21:28.094 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:21:28.094 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:21:28.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 184865 13.97 MB/sec execute 153 sec latency 55.368 ms 2024-01-13T12:21:29.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 185175 13.89 MB/sec execute 154 sec latency 54.527 ms 2024-01-13T12:21:30.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 185494 13.83 MB/sec execute 155 sec latency 42.437 ms 2024-01-13T12:21:31.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 185884 13.81 MB/sec execute 156 sec latency 40.514 ms 2024-01-13T12:21:32.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 186312 13.80 MB/sec execute 157 sec latency 51.493 ms 2024-01-13T12:21:33.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 186717 13.73 MB/sec execute 158 sec latency 60.610 ms 2024-01-13T12:21:34.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 187063 13.73 MB/sec execute 159 sec latency 84.954 ms 2024-01-13T12:21:35.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 187431 13.73 MB/sec execute 160 sec latency 43.405 ms 2024-01-13T12:21:36.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 187900 13.76 MB/sec execute 161 sec latency 33.279 ms 2024-01-13T12:21:37.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 188231 13.76 MB/sec execute 162 sec latency 40.058 ms 2024-01-13T12:21:38.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 188545 13.71 MB/sec execute 163 sec latency 46.657 ms 2024-01-13T12:21:39.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 189064 13.66 MB/sec execute 164 sec latency 37.590 ms 2024-01-13T12:21:40.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 189733 13.70 MB/sec execute 165 sec latency 21.504 ms 2024-01-13T12:21:41.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 190335 13.66 MB/sec execute 166 sec latency 32.824 ms 2024-01-13T12:21:42.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 190883 13.70 MB/sec execute 167 sec latency 28.209 ms 2024-01-13T12:21:43.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 191549 13.79 MB/sec execute 168 sec latency 23.195 ms 2024-01-13T12:21:44.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 192005 13.78 MB/sec execute 169 sec latency 30.946 ms 2024-01-13T12:21:45.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 192427 13.73 MB/sec execute 170 sec latency 49.838 ms 2024-01-13T12:21:46.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 192882 13.72 MB/sec execute 171 sec latency 30.002 ms 2024-01-13T12:21:47.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 193511 13.71 MB/sec execute 172 sec latency 35.772 ms 2024-01-13T12:21:48.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 194071 13.69 MB/sec execute 173 sec latency 33.821 ms 2024-01-13T12:21:49.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 194594 13.74 MB/sec execute 174 sec latency 38.710 ms 2024-01-13T12:21:50.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 195331 13.83 MB/sec execute 175 sec latency 22.307 ms 2024-01-13T12:21:51.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 196053 13.81 MB/sec execute 176 sec latency 26.798 ms 2024-01-13T12:21:52.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 196747 13.85 MB/sec execute 177 sec latency 33.857 ms 2024-01-13T12:21:53.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 197182 13.79 MB/sec execute 178 sec latency 37.222 ms 2024-01-13T12:21:54.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 197514 13.75 MB/sec execute 179 sec latency 49.250 ms 2024-01-13T12:21:55.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 197846 13.74 MB/sec execute 180 sec latency 31.221 ms 2024-01-13T12:21:56.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 198467 13.81 MB/sec execute 181 sec latency 51.416 ms 2024-01-13T12:21:57.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 199122 13.85 MB/sec execute 182 sec latency 38.767 ms 2024-01-13T12:21:58.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 199427 13.78 MB/sec execute 183 sec latency 38.350 ms 2024-01-13T12:21:58.498 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:21:59.257 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:21:59.257 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:21:59.257 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:21:59.257 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (27m) 4m ago 27m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (13m) 4m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (13m) 4m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (32m) 4m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:21:59.258 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:21:59.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:21:59.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:21:59.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:21:59.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:21:59.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:21:59.482 INFO:teuthology.orchestra.run.smithi133.stdout: 5 199645 13.73 MB/sec execute 184 sec latency 61.747 ms 2024-01-13T12:21:59.669 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:21:59.670 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:21:59.671 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:21:59.671 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:21:59.671 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:21:59.671 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:22:00.061 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:22:00.062 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:22:00.062 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:22:00.062 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:22:00.062 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:22:00.062 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:22:00.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 199945 13.71 MB/sec execute 185 sec latency 48.977 ms 2024-01-13T12:22:01.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 200681 13.71 MB/sec execute 186 sec latency 53.950 ms 2024-01-13T12:22:02.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 201478 13.76 MB/sec execute 187 sec latency 22.096 ms 2024-01-13T12:22:03.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 202282 13.87 MB/sec execute 188 sec latency 45.973 ms 2024-01-13T12:22:04.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 202756 13.84 MB/sec execute 189 sec latency 31.730 ms 2024-01-13T12:22:05.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 203220 13.82 MB/sec execute 190 sec latency 50.236 ms 2024-01-13T12:22:06.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 203785 13.80 MB/sec execute 191 sec latency 27.221 ms 2024-01-13T12:22:07.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 204134 13.78 MB/sec execute 192 sec latency 44.427 ms 2024-01-13T12:22:08.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 204487 13.72 MB/sec execute 193 sec latency 63.139 ms 2024-01-13T12:22:09.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 204760 13.71 MB/sec execute 194 sec latency 41.843 ms 2024-01-13T12:22:10.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 204996 13.69 MB/sec execute 195 sec latency 44.109 ms 2024-01-13T12:22:11.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 205371 13.70 MB/sec execute 196 sec latency 47.320 ms 2024-01-13T12:22:12.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 205730 13.70 MB/sec execute 197 sec latency 39.744 ms 2024-01-13T12:22:13.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 205988 13.68 MB/sec execute 198 sec latency 66.108 ms 2024-01-13T12:22:14.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 206195 13.62 MB/sec execute 199 sec latency 56.274 ms 2024-01-13T12:22:15.483 INFO:teuthology.orchestra.run.smithi133.stdout: 5 206599 13.58 MB/sec execute 200 sec latency 42.300 ms 2024-01-13T12:22:16.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 206986 13.56 MB/sec execute 201 sec latency 42.012 ms 2024-01-13T12:22:17.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 207475 13.56 MB/sec execute 202 sec latency 45.757 ms 2024-01-13T12:22:18.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 207815 13.51 MB/sec execute 203 sec latency 79.781 ms 2024-01-13T12:22:19.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 208223 13.48 MB/sec execute 204 sec latency 43.978 ms 2024-01-13T12:22:20.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 208499 13.47 MB/sec execute 205 sec latency 41.667 ms 2024-01-13T12:22:21.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 209053 13.53 MB/sec execute 206 sec latency 42.163 ms 2024-01-13T12:22:22.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 209561 13.55 MB/sec execute 207 sec latency 39.875 ms 2024-01-13T12:22:23.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 210030 13.51 MB/sec execute 208 sec latency 55.544 ms 2024-01-13T12:22:24.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 210467 13.48 MB/sec execute 209 sec latency 57.341 ms 2024-01-13T12:22:25.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 211083 13.50 MB/sec execute 210 sec latency 29.187 ms 2024-01-13T12:22:26.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 211653 13.48 MB/sec execute 211 sec latency 42.500 ms 2024-01-13T12:22:27.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 212043 13.48 MB/sec execute 212 sec latency 35.895 ms 2024-01-13T12:22:28.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 212533 13.51 MB/sec execute 213 sec latency 31.741 ms 2024-01-13T12:22:29.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 212958 13.53 MB/sec execute 214 sec latency 47.104 ms 2024-01-13T12:22:30.397 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:22:30.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 213244 13.50 MB/sec execute 215 sec latency 41.473 ms 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (27m) 5m ago 27m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (13m) 5m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (13m) 5m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (33m) 5m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (32m) 5m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:22:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:22:31.075 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (24m) 5m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:22:31.479 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:22:31.480 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:22:31.480 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:22:31.480 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:22:31.480 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:22:31.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 213477 13.45 MB/sec execute 216 sec latency 100.040 ms 2024-01-13T12:22:31.845 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:22:31.845 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:22:31.845 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:22:31.845 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:22:31.845 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:22:31.845 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:22:32.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 213795 13.41 MB/sec execute 217 sec latency 43.354 ms 2024-01-13T12:22:33.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 214173 13.39 MB/sec execute 218 sec latency 51.706 ms 2024-01-13T12:22:34.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 214465 13.35 MB/sec execute 219 sec latency 95.104 ms 2024-01-13T12:22:35.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 214790 13.32 MB/sec execute 220 sec latency 75.887 ms 2024-01-13T12:22:36.484 INFO:teuthology.orchestra.run.smithi133.stdout: 5 215174 13.30 MB/sec execute 221 sec latency 71.273 ms 2024-01-13T12:22:37.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 215438 13.26 MB/sec execute 222 sec latency 40.758 ms 2024-01-13T12:22:38.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 215733 13.26 MB/sec execute 223 sec latency 44.126 ms 2024-01-13T12:22:39.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 216505 13.35 MB/sec execute 224 sec latency 39.145 ms 2024-01-13T12:22:40.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 217136 13.34 MB/sec execute 225 sec latency 45.798 ms 2024-01-13T12:22:41.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 217823 13.34 MB/sec execute 226 sec latency 37.596 ms 2024-01-13T12:22:42.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 218463 13.34 MB/sec execute 227 sec latency 32.387 ms 2024-01-13T12:22:43.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 218970 13.33 MB/sec execute 228 sec latency 39.546 ms 2024-01-13T12:22:44.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 219473 13.37 MB/sec execute 229 sec latency 43.329 ms 2024-01-13T12:22:45.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 220105 13.42 MB/sec execute 230 sec latency 36.720 ms 2024-01-13T12:22:46.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 220520 13.40 MB/sec execute 231 sec latency 37.152 ms 2024-01-13T12:22:47.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 220915 13.37 MB/sec execute 232 sec latency 74.069 ms 2024-01-13T12:22:48.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 221307 13.35 MB/sec execute 233 sec latency 39.026 ms 2024-01-13T12:22:49.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 221820 13.34 MB/sec execute 234 sec latency 41.528 ms 2024-01-13T12:22:50.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 222379 13.33 MB/sec execute 235 sec latency 36.150 ms 2024-01-13T12:22:51.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 222837 13.35 MB/sec execute 236 sec latency 37.344 ms 2024-01-13T12:22:52.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 223194 13.35 MB/sec execute 237 sec latency 47.320 ms 2024-01-13T12:22:53.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 223449 13.34 MB/sec execute 238 sec latency 59.560 ms 2024-01-13T12:22:54.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 223666 13.32 MB/sec execute 239 sec latency 87.785 ms 2024-01-13T12:22:55.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 223862 13.28 MB/sec execute 240 sec latency 99.964 ms 2024-01-13T12:22:56.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 224068 13.24 MB/sec execute 241 sec latency 73.670 ms 2024-01-13T12:22:57.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 224324 13.19 MB/sec execute 242 sec latency 46.536 ms 2024-01-13T12:22:58.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 224603 13.17 MB/sec execute 243 sec latency 55.142 ms 2024-01-13T12:22:59.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 224993 13.15 MB/sec execute 244 sec latency 39.620 ms 2024-01-13T12:23:00.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 225435 13.14 MB/sec execute 245 sec latency 49.186 ms 2024-01-13T12:23:01.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 225930 13.12 MB/sec execute 246 sec latency 39.563 ms 2024-01-13T12:23:02.218 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:23:02.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 226297 13.12 MB/sec execute 247 sec latency 45.517 ms 2024-01-13T12:23:02.881 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:23:02.881 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:23:02.881 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:23:02.881 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (28m) 5m ago 28m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:23:02.881 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (14m) 5m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:23:02.881 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (14m) 5m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:23:02.881 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:23:02.881 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (33m) 5m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:23:02.882 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:23:02.883 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:23:03.284 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:23:03.284 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:23:03.284 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:23:03.284 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:23:03.284 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:23:03.284 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:23:03.284 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:23:03.284 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:23:03.285 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:23:03.485 INFO:teuthology.orchestra.run.smithi133.stdout: 5 226692 13.14 MB/sec execute 248 sec latency 33.891 ms 2024-01-13T12:23:03.653 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:23:03.653 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:23:03.654 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:23:03.654 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:23:03.654 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:23:03.654 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:23:04.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 227093 13.14 MB/sec execute 249 sec latency 41.103 ms 2024-01-13T12:23:05.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 227420 13.13 MB/sec execute 250 sec latency 57.460 ms 2024-01-13T12:23:06.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 227702 13.10 MB/sec execute 251 sec latency 55.593 ms 2024-01-13T12:23:07.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 228049 13.07 MB/sec execute 252 sec latency 43.689 ms 2024-01-13T12:23:08.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 228352 13.03 MB/sec execute 253 sec latency 67.441 ms 2024-01-13T12:23:09.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 228837 13.03 MB/sec execute 254 sec latency 47.466 ms 2024-01-13T12:23:10.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 229379 13.03 MB/sec execute 255 sec latency 45.753 ms 2024-01-13T12:23:11.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 229769 13.02 MB/sec execute 256 sec latency 37.219 ms 2024-01-13T12:23:12.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 230315 13.06 MB/sec execute 257 sec latency 39.185 ms 2024-01-13T12:23:13.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 230814 13.08 MB/sec execute 258 sec latency 36.766 ms 2024-01-13T12:23:14.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 231122 13.06 MB/sec execute 259 sec latency 45.686 ms 2024-01-13T12:23:15.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 231535 13.03 MB/sec execute 260 sec latency 61.696 ms 2024-01-13T12:23:16.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 231923 13.00 MB/sec execute 261 sec latency 38.492 ms 2024-01-13T12:23:17.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 232363 13.00 MB/sec execute 262 sec latency 43.281 ms 2024-01-13T12:23:18.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 232906 13.00 MB/sec execute 263 sec latency 45.859 ms 2024-01-13T12:23:19.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 233276 12.98 MB/sec execute 264 sec latency 25.857 ms 2024-01-13T12:23:20.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 233954 13.04 MB/sec execute 265 sec latency 30.995 ms 2024-01-13T12:23:21.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 234553 13.07 MB/sec execute 266 sec latency 31.886 ms 2024-01-13T12:23:22.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 234851 13.03 MB/sec execute 267 sec latency 45.025 ms 2024-01-13T12:23:23.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 235168 13.00 MB/sec execute 268 sec latency 47.850 ms 2024-01-13T12:23:24.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 235504 12.97 MB/sec execute 269 sec latency 53.017 ms 2024-01-13T12:23:25.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 235877 12.97 MB/sec execute 270 sec latency 44.249 ms 2024-01-13T12:23:26.486 INFO:teuthology.orchestra.run.smithi133.stdout: 5 236450 12.96 MB/sec execute 271 sec latency 39.714 ms 2024-01-13T12:23:27.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 236812 12.95 MB/sec execute 272 sec latency 30.334 ms 2024-01-13T12:23:28.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 237280 12.98 MB/sec execute 273 sec latency 39.448 ms 2024-01-13T12:23:29.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 237737 13.00 MB/sec execute 274 sec latency 52.360 ms 2024-01-13T12:23:30.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 238049 12.98 MB/sec execute 275 sec latency 45.172 ms 2024-01-13T12:23:31.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 238212 12.95 MB/sec execute 276 sec latency 58.396 ms 2024-01-13T12:23:32.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 238411 12.90 MB/sec execute 277 sec latency 78.174 ms 2024-01-13T12:23:33.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 238613 12.87 MB/sec execute 278 sec latency 73.139 ms 2024-01-13T12:23:33.968 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:23:34.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 238792 12.83 MB/sec execute 279 sec latency 102.685 ms 2024-01-13T12:23:34.516 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:23:34.516 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (28m) 6m ago 28m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (14m) 6m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (14m) 6m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (33m) 6m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:23:34.517 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:23:34.518 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:23:34.518 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:23:34.518 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:23:34.518 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:23:34.518 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (25m) 6m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:23:34.836 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:23:34.836 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:23:34.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:23:34.836 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:23:34.836 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:23:34.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:23:34.836 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:23:34.837 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:23:35.199 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:23:35.199 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:23:35.199 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:23:35.199 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:23:35.199 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:23:35.199 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:23:35.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 239194 12.83 MB/sec execute 280 sec latency 56.939 ms 2024-01-13T12:23:36.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 239819 12.83 MB/sec execute 281 sec latency 51.325 ms 2024-01-13T12:23:37.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 240299 12.82 MB/sec execute 282 sec latency 30.742 ms 2024-01-13T12:23:38.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 240984 12.88 MB/sec execute 283 sec latency 43.313 ms 2024-01-13T12:23:39.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 241579 12.91 MB/sec execute 284 sec latency 30.920 ms 2024-01-13T12:23:40.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 241910 12.88 MB/sec execute 285 sec latency 42.747 ms 2024-01-13T12:23:41.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 242254 12.85 MB/sec execute 286 sec latency 46.910 ms 2024-01-13T12:23:42.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 242552 12.82 MB/sec execute 287 sec latency 40.536 ms 2024-01-13T12:23:43.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 242781 12.81 MB/sec execute 288 sec latency 54.355 ms 2024-01-13T12:23:44.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 242967 12.78 MB/sec execute 289 sec latency 107.998 ms 2024-01-13T12:23:45.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 243338 12.76 MB/sec execute 290 sec latency 89.821 ms 2024-01-13T12:23:46.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 243622 12.74 MB/sec execute 291 sec latency 89.448 ms 2024-01-13T12:23:47.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 243836 12.71 MB/sec execute 292 sec latency 44.197 ms 2024-01-13T12:23:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 244227 12.73 MB/sec execute 293 sec latency 41.710 ms 2024-01-13T12:23:49.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 244659 12.74 MB/sec execute 294 sec latency 49.158 ms 2024-01-13T12:23:50.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 245045 12.75 MB/sec execute 295 sec latency 43.722 ms 2024-01-13T12:23:51.487 INFO:teuthology.orchestra.run.smithi133.stdout: 5 245257 12.72 MB/sec execute 296 sec latency 43.952 ms 2024-01-13T12:23:52.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 245508 12.68 MB/sec execute 297 sec latency 98.311 ms 2024-01-13T12:23:53.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 245724 12.65 MB/sec execute 298 sec latency 75.321 ms 2024-01-13T12:23:54.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 245977 12.62 MB/sec execute 299 sec latency 87.527 ms 2024-01-13T12:23:55.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 246424 12.63 MB/sec execute 300 sec latency 37.132 ms 2024-01-13T12:23:56.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 246973 12.62 MB/sec execute 301 sec latency 53.382 ms 2024-01-13T12:23:57.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 247388 12.60 MB/sec execute 302 sec latency 40.599 ms 2024-01-13T12:23:58.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 247795 12.63 MB/sec execute 303 sec latency 51.305 ms 2024-01-13T12:23:59.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 248186 12.63 MB/sec execute 304 sec latency 33.247 ms 2024-01-13T12:24:00.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 248547 12.63 MB/sec execute 305 sec latency 44.160 ms 2024-01-13T12:24:01.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 248797 12.61 MB/sec execute 306 sec latency 57.787 ms 2024-01-13T12:24:02.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 249087 12.58 MB/sec execute 307 sec latency 52.730 ms 2024-01-13T12:24:03.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 249352 12.55 MB/sec execute 308 sec latency 79.072 ms 2024-01-13T12:24:04.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 249661 12.53 MB/sec execute 309 sec latency 64.065 ms 2024-01-13T12:24:05.488 INFO:teuthology.orchestra.run.smithi133.stdout: 5 250020 12.53 MB/sec execute 310 sec latency 54.975 ms 2024-01-13T12:24:05.543 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:24:06.201 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:24:06.201 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (29m) 6m ago 29m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (15m) 6m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (15m) 6m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (34m) 6m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:24:06.202 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:24:06.203 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:24:06.203 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:24:06.203 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:24:06.203 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:24:06.203 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:24:06.203 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:24:06.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 250517 12.52 MB/sec execute 311 sec latency 53.004 ms 2024-01-13T12:24:06.565 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:24:06.565 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:24:06.566 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:24:06.904 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:24:06.904 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:24:06.904 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:24:06.904 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:24:06.904 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:24:06.904 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:24:07.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 250922 12.50 MB/sec execute 312 sec latency 44.348 ms 2024-01-13T12:24:08.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 251390 12.53 MB/sec execute 313 sec latency 33.131 ms 2024-01-13T12:24:09.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 251978 12.56 MB/sec execute 314 sec latency 37.471 ms 2024-01-13T12:24:10.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 252286 12.55 MB/sec execute 315 sec latency 42.891 ms 2024-01-13T12:24:11.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 252608 12.53 MB/sec execute 316 sec latency 60.650 ms 2024-01-13T12:24:12.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 252936 12.50 MB/sec execute 317 sec latency 66.354 ms 2024-01-13T12:24:13.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 253250 12.48 MB/sec execute 318 sec latency 45.831 ms 2024-01-13T12:24:14.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 253567 12.48 MB/sec execute 319 sec latency 55.848 ms 2024-01-13T12:24:15.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 254030 12.47 MB/sec execute 320 sec latency 49.970 ms 2024-01-13T12:24:16.489 INFO:teuthology.orchestra.run.smithi133.stdout: 5 254416 12.45 MB/sec execute 321 sec latency 42.795 ms 2024-01-13T12:24:17.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 254833 12.47 MB/sec execute 322 sec latency 44.027 ms 2024-01-13T12:24:18.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 255229 12.47 MB/sec execute 323 sec latency 35.275 ms 2024-01-13T12:24:19.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 255646 12.48 MB/sec execute 324 sec latency 49.559 ms 2024-01-13T12:24:20.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 255872 12.46 MB/sec execute 325 sec latency 74.843 ms 2024-01-13T12:24:21.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 256154 12.44 MB/sec execute 326 sec latency 51.733 ms 2024-01-13T12:24:22.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 256433 12.41 MB/sec execute 327 sec latency 85.150 ms 2024-01-13T12:24:23.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 256640 12.38 MB/sec execute 328 sec latency 66.956 ms 2024-01-13T12:24:24.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 256801 12.35 MB/sec execute 329 sec latency 78.077 ms 2024-01-13T12:24:25.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 257037 12.35 MB/sec execute 330 sec latency 56.148 ms 2024-01-13T12:24:26.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 257317 12.32 MB/sec execute 331 sec latency 97.402 ms 2024-01-13T12:24:27.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 257647 12.30 MB/sec execute 332 sec latency 80.485 ms 2024-01-13T12:24:28.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 257936 12.29 MB/sec execute 333 sec latency 45.267 ms 2024-01-13T12:24:29.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 258226 12.28 MB/sec execute 334 sec latency 45.070 ms 2024-01-13T12:24:30.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 258637 12.30 MB/sec execute 335 sec latency 33.168 ms 2024-01-13T12:24:31.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 259025 12.30 MB/sec execute 336 sec latency 45.409 ms 2024-01-13T12:24:32.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 259401 12.30 MB/sec execute 337 sec latency 56.772 ms 2024-01-13T12:24:33.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 259857 12.28 MB/sec execute 338 sec latency 42.874 ms 2024-01-13T12:24:34.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 260189 12.26 MB/sec execute 339 sec latency 75.470 ms 2024-01-13T12:24:35.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 260490 12.26 MB/sec execute 340 sec latency 35.107 ms 2024-01-13T12:24:36.490 INFO:teuthology.orchestra.run.smithi133.stdout: 5 260891 12.25 MB/sec execute 341 sec latency 54.935 ms 2024-01-13T12:24:37.274 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:24:37.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 261295 12.23 MB/sec execute 342 sec latency 63.833 ms 2024-01-13T12:24:38.002 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:24:38.002 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:24:38.002 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:24:38.002 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (29m) 7m ago 29m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (15m) 7m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (15m) 7m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (34m) 7m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:24:38.003 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:24:38.004 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:24:38.004 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:24:38.004 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:24:38.398 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:24:38.398 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:24:38.398 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:24:38.398 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:24:38.398 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:24:38.398 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:24:38.399 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:24:38.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 261594 12.22 MB/sec execute 343 sec latency 52.260 ms 2024-01-13T12:24:38.756 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:24:38.756 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:24:38.756 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:24:38.756 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:24:38.756 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:24:38.756 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:24:39.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 261884 12.22 MB/sec execute 344 sec latency 57.136 ms 2024-01-13T12:24:40.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 262231 12.22 MB/sec execute 345 sec latency 46.462 ms 2024-01-13T12:24:41.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 262567 12.22 MB/sec execute 346 sec latency 51.393 ms 2024-01-13T12:24:42.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 262774 12.21 MB/sec execute 347 sec latency 63.187 ms 2024-01-13T12:24:43.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 262976 12.19 MB/sec execute 348 sec latency 50.523 ms 2024-01-13T12:24:44.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 263191 12.17 MB/sec execute 349 sec latency 72.986 ms 2024-01-13T12:24:45.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 263428 12.14 MB/sec execute 350 sec latency 97.200 ms 2024-01-13T12:24:46.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 263700 12.11 MB/sec execute 351 sec latency 72.551 ms 2024-01-13T12:24:47.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 263950 12.10 MB/sec execute 352 sec latency 62.200 ms 2024-01-13T12:24:48.491 INFO:teuthology.orchestra.run.smithi133.stdout: 5 264310 12.10 MB/sec execute 353 sec latency 60.661 ms 2024-01-13T12:24:49.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 264734 12.08 MB/sec execute 354 sec latency 81.377 ms 2024-01-13T12:24:50.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 265079 12.07 MB/sec execute 355 sec latency 63.152 ms 2024-01-13T12:24:51.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 265380 12.07 MB/sec execute 356 sec latency 47.513 ms 2024-01-13T12:24:52.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 265697 12.07 MB/sec execute 357 sec latency 40.862 ms 2024-01-13T12:24:53.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 266093 12.08 MB/sec execute 358 sec latency 55.683 ms 2024-01-13T12:24:54.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 266314 12.06 MB/sec execute 359 sec latency 82.754 ms 2024-01-13T12:24:55.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 266500 12.05 MB/sec execute 360 sec latency 45.750 ms 2024-01-13T12:24:56.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 266703 12.03 MB/sec execute 361 sec latency 71.731 ms 2024-01-13T12:24:57.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 266899 12.00 MB/sec execute 362 sec latency 120.812 ms 2024-01-13T12:24:58.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 267148 11.97 MB/sec execute 363 sec latency 65.672 ms 2024-01-13T12:24:59.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 267337 11.95 MB/sec execute 364 sec latency 50.243 ms 2024-01-13T12:25:00.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 267531 11.93 MB/sec execute 365 sec latency 54.245 ms 2024-01-13T12:25:01.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 267795 11.93 MB/sec execute 366 sec latency 94.123 ms 2024-01-13T12:25:02.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 268050 11.90 MB/sec execute 367 sec latency 87.430 ms 2024-01-13T12:25:03.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 268393 11.89 MB/sec execute 368 sec latency 54.369 ms 2024-01-13T12:25:04.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 268932 11.91 MB/sec execute 369 sec latency 26.403 ms 2024-01-13T12:25:05.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 269530 11.93 MB/sec execute 370 sec latency 46.771 ms 2024-01-13T12:25:06.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 269874 11.93 MB/sec execute 371 sec latency 53.417 ms 2024-01-13T12:25:07.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 270114 11.92 MB/sec execute 372 sec latency 52.884 ms 2024-01-13T12:25:08.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 270384 11.90 MB/sec execute 373 sec latency 52.936 ms 2024-01-13T12:25:09.129 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:25:09.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 270648 11.87 MB/sec execute 374 sec latency 88.575 ms 2024-01-13T12:25:09.816 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:25:09.816 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:25:09.816 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:25:09.816 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (30m) 7m ago 30m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:25:09.816 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (16m) 7m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:25:09.816 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (16m) 7m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:25:09.816 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:25:09.816 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (35m) 7m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:25:09.817 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:25:09.818 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:25:10.208 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:25:10.209 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:25:10.210 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:25:10.210 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:25:10.210 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:25:10.210 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:25:10.210 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:25:10.210 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:25:10.210 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:25:10.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 270842 11.85 MB/sec execute 375 sec latency 59.732 ms 2024-01-13T12:25:10.561 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:25:10.561 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:25:10.561 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:25:10.561 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:25:10.561 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:25:10.561 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:25:11.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 271044 11.84 MB/sec execute 376 sec latency 65.044 ms 2024-01-13T12:25:12.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 271364 11.83 MB/sec execute 377 sec latency 86.580 ms 2024-01-13T12:25:13.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 271627 11.81 MB/sec execute 378 sec latency 89.076 ms 2024-01-13T12:25:14.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 271972 11.80 MB/sec execute 379 sec latency 56.550 ms 2024-01-13T12:25:15.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 272290 11.79 MB/sec execute 380 sec latency 46.859 ms 2024-01-13T12:25:16.492 INFO:teuthology.orchestra.run.smithi133.stdout: 5 272610 11.80 MB/sec execute 381 sec latency 51.520 ms 2024-01-13T12:25:17.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 273030 11.80 MB/sec execute 382 sec latency 51.996 ms 2024-01-13T12:25:18.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 273374 11.80 MB/sec execute 383 sec latency 47.452 ms 2024-01-13T12:25:19.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 273665 11.79 MB/sec execute 384 sec latency 43.777 ms 2024-01-13T12:25:20.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 273980 11.78 MB/sec execute 385 sec latency 49.325 ms 2024-01-13T12:25:21.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 274482 11.76 MB/sec execute 386 sec latency 51.018 ms 2024-01-13T12:25:22.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 275114 11.78 MB/sec execute 387 sec latency 37.206 ms 2024-01-13T12:25:23.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 275644 11.78 MB/sec execute 388 sec latency 58.498 ms 2024-01-13T12:25:24.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 275946 11.77 MB/sec execute 389 sec latency 57.744 ms 2024-01-13T12:25:25.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 276263 11.78 MB/sec execute 390 sec latency 49.210 ms 2024-01-13T12:25:26.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 276635 11.78 MB/sec execute 391 sec latency 48.489 ms 2024-01-13T12:25:27.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 276912 11.78 MB/sec execute 392 sec latency 85.246 ms 2024-01-13T12:25:28.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 277120 11.76 MB/sec execute 393 sec latency 50.007 ms 2024-01-13T12:25:29.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 277329 11.75 MB/sec execute 394 sec latency 65.384 ms 2024-01-13T12:25:30.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 277609 11.72 MB/sec execute 395 sec latency 90.165 ms 2024-01-13T12:25:31.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 277941 11.71 MB/sec execute 396 sec latency 48.713 ms 2024-01-13T12:25:32.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 278290 11.71 MB/sec execute 397 sec latency 55.626 ms 2024-01-13T12:25:33.493 INFO:teuthology.orchestra.run.smithi133.stdout: 5 278727 11.70 MB/sec execute 398 sec latency 71.828 ms 2024-01-13T12:25:34.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 279100 11.69 MB/sec execute 399 sec latency 60.951 ms 2024-01-13T12:25:35.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 279358 11.68 MB/sec execute 400 sec latency 45.871 ms 2024-01-13T12:25:36.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 279661 11.68 MB/sec execute 401 sec latency 42.303 ms 2024-01-13T12:25:37.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 279984 11.67 MB/sec execute 402 sec latency 71.033 ms 2024-01-13T12:25:38.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 280425 11.69 MB/sec execute 403 sec latency 33.431 ms 2024-01-13T12:25:39.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 280737 11.68 MB/sec execute 404 sec latency 37.530 ms 2024-01-13T12:25:40.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 281062 11.67 MB/sec execute 405 sec latency 58.175 ms 2024-01-13T12:25:40.928 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:25:41.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 281327 11.65 MB/sec execute 406 sec latency 74.769 ms 2024-01-13T12:25:41.655 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:25:41.655 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:25:41.655 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:25:41.655 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (30m) 8m ago 30m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:25:41.655 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (16m) 8m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (16m) 8m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (37m) 8m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (37m) 8m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (35m) 8m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:25:41.656 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:25:41.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:25:41.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:25:41.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:25:41.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:25:41.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:25:41.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:25:41.657 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:25:42.049 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:25:42.050 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:25:42.051 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:25:42.051 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:25:42.051 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:25:42.401 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:25:42.401 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:25:42.401 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:25:42.401 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:25:42.401 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:25:42.402 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:25:42.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 281555 11.63 MB/sec execute 407 sec latency 46.208 ms 2024-01-13T12:25:43.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 281902 11.63 MB/sec execute 408 sec latency 51.831 ms 2024-01-13T12:25:44.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 282275 11.62 MB/sec execute 409 sec latency 67.848 ms 2024-01-13T12:25:45.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 282719 11.62 MB/sec execute 410 sec latency 53.529 ms 2024-01-13T12:25:46.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 283046 11.61 MB/sec execute 411 sec latency 76.661 ms 2024-01-13T12:25:47.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 283401 11.62 MB/sec execute 412 sec latency 43.749 ms 2024-01-13T12:25:48.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 283822 11.63 MB/sec execute 413 sec latency 58.844 ms 2024-01-13T12:25:49.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 284120 11.62 MB/sec execute 414 sec latency 55.454 ms 2024-01-13T12:25:50.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 284418 11.61 MB/sec execute 415 sec latency 44.593 ms 2024-01-13T12:25:51.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 284732 11.59 MB/sec execute 416 sec latency 63.788 ms 2024-01-13T12:25:52.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 285030 11.57 MB/sec execute 417 sec latency 49.820 ms 2024-01-13T12:25:53.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 285404 11.58 MB/sec execute 418 sec latency 47.541 ms 2024-01-13T12:25:54.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 285795 11.57 MB/sec execute 419 sec latency 82.433 ms 2024-01-13T12:25:55.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 286184 11.56 MB/sec execute 420 sec latency 60.048 ms 2024-01-13T12:25:56.494 INFO:teuthology.orchestra.run.smithi133.stdout: 5 286509 11.56 MB/sec execute 421 sec latency 59.276 ms 2024-01-13T12:25:57.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 286830 11.56 MB/sec execute 422 sec latency 46.831 ms 2024-01-13T12:25:58.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 287213 11.56 MB/sec execute 423 sec latency 41.957 ms 2024-01-13T12:25:59.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 287553 11.56 MB/sec execute 424 sec latency 43.462 ms 2024-01-13T12:26:00.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 287853 11.56 MB/sec execute 425 sec latency 36.593 ms 2024-01-13T12:26:01.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 288155 11.54 MB/sec execute 426 sec latency 71.048 ms 2024-01-13T12:26:02.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 288455 11.52 MB/sec execute 427 sec latency 50.840 ms 2024-01-13T12:26:03.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 288712 11.51 MB/sec execute 428 sec latency 67.471 ms 2024-01-13T12:26:04.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 289023 11.51 MB/sec execute 429 sec latency 92.515 ms 2024-01-13T12:26:05.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 289554 11.51 MB/sec execute 430 sec latency 60.023 ms 2024-01-13T12:26:06.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 290090 11.51 MB/sec execute 431 sec latency 52.219 ms 2024-01-13T12:26:07.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 290553 11.52 MB/sec execute 432 sec latency 60.179 ms 2024-01-13T12:26:08.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 290942 11.53 MB/sec execute 433 sec latency 44.179 ms 2024-01-13T12:26:09.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 291276 11.53 MB/sec execute 434 sec latency 41.661 ms 2024-01-13T12:26:10.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 291573 11.52 MB/sec execute 435 sec latency 48.043 ms 2024-01-13T12:26:11.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 291924 11.50 MB/sec execute 436 sec latency 39.791 ms 2024-01-13T12:26:12.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 292173 11.49 MB/sec execute 437 sec latency 56.732 ms 2024-01-13T12:26:12.774 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:26:13.475 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:26:13.475 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:26:13.475 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:26:13.475 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (31m) 9m ago 31m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:26:13.475 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:26:13.475 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:26:13.475 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (37m) 9m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (37m) 9m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (36m) 9m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:26:13.476 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:26:13.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 292507 11.49 MB/sec execute 438 sec latency 61.096 ms 2024-01-13T12:26:13.855 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:26:13.855 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:26:13.856 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:26:14.220 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:26:14.220 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:26:14.220 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:26:14.220 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:26:14.220 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:26:14.220 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:26:14.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 292840 11.48 MB/sec execute 439 sec latency 90.100 ms 2024-01-13T12:26:15.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 293249 11.47 MB/sec execute 440 sec latency 52.607 ms 2024-01-13T12:26:16.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 293569 11.46 MB/sec execute 441 sec latency 65.239 ms 2024-01-13T12:26:17.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 293887 11.46 MB/sec execute 442 sec latency 45.409 ms 2024-01-13T12:26:18.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 294270 11.47 MB/sec execute 443 sec latency 40.763 ms 2024-01-13T12:26:19.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 294636 11.47 MB/sec execute 444 sec latency 48.141 ms 2024-01-13T12:26:20.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 294959 11.47 MB/sec execute 445 sec latency 55.358 ms 2024-01-13T12:26:21.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 295276 11.45 MB/sec execute 446 sec latency 57.663 ms 2024-01-13T12:26:22.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 295569 11.44 MB/sec execute 447 sec latency 58.568 ms 2024-01-13T12:26:23.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 295918 11.43 MB/sec execute 448 sec latency 55.744 ms 2024-01-13T12:26:24.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 296261 11.42 MB/sec execute 449 sec latency 65.546 ms 2024-01-13T12:26:25.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 296649 11.43 MB/sec execute 450 sec latency 48.673 ms 2024-01-13T12:26:26.495 INFO:teuthology.orchestra.run.smithi133.stdout: 5 296991 11.41 MB/sec execute 451 sec latency 71.785 ms 2024-01-13T12:26:27.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 297295 11.41 MB/sec execute 452 sec latency 35.376 ms 2024-01-13T12:26:28.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 297677 11.41 MB/sec execute 453 sec latency 61.828 ms 2024-01-13T12:26:29.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 298116 11.42 MB/sec execute 454 sec latency 45.688 ms 2024-01-13T12:26:30.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 298518 11.43 MB/sec execute 455 sec latency 67.897 ms 2024-01-13T12:26:31.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 298843 11.41 MB/sec execute 456 sec latency 67.140 ms 2024-01-13T12:26:32.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 299093 11.39 MB/sec execute 457 sec latency 70.094 ms 2024-01-13T12:26:33.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 299371 11.38 MB/sec execute 458 sec latency 47.981 ms 2024-01-13T12:26:34.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 299688 11.38 MB/sec execute 459 sec latency 57.320 ms 2024-01-13T12:26:35.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 300025 11.37 MB/sec execute 460 sec latency 73.397 ms 2024-01-13T12:26:36.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 300369 11.36 MB/sec execute 461 sec latency 64.841 ms 2024-01-13T12:26:37.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 300654 11.36 MB/sec execute 462 sec latency 62.064 ms 2024-01-13T12:26:38.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 300859 11.34 MB/sec execute 463 sec latency 42.073 ms 2024-01-13T12:26:39.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 301180 11.34 MB/sec execute 464 sec latency 62.386 ms 2024-01-13T12:26:40.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 301489 11.34 MB/sec execute 465 sec latency 77.476 ms 2024-01-13T12:26:41.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 301759 11.34 MB/sec execute 466 sec latency 59.102 ms 2024-01-13T12:26:42.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 302000 11.34 MB/sec execute 467 sec latency 63.818 ms 2024-01-13T12:26:43.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 302221 11.32 MB/sec execute 468 sec latency 129.892 ms 2024-01-13T12:26:44.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 302455 11.30 MB/sec execute 469 sec latency 137.119 ms 2024-01-13T12:26:44.528 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:26:45.119 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:26:45.119 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:26:45.119 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:26:45.119 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (31m) 9m ago 31m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:26:45.119 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:26:45.119 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (36m) 9m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:26:45.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:26:45.121 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:26:45.121 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:26:45.121 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:26:45.429 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:26:45.429 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:26:45.429 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:26:45.429 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:26:45.429 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:26:45.429 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:26:45.430 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:26:45.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 302637 11.28 MB/sec execute 470 sec latency 76.441 ms 2024-01-13T12:26:45.715 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:26:45.715 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:26:45.715 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:26:45.715 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:26:45.715 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:26:45.715 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:26:46.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 302845 11.27 MB/sec execute 471 sec latency 73.521 ms 2024-01-13T12:26:47.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 303121 11.26 MB/sec execute 472 sec latency 71.075 ms 2024-01-13T12:26:48.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 303548 11.26 MB/sec execute 473 sec latency 47.022 ms 2024-01-13T12:26:49.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 303963 11.26 MB/sec execute 474 sec latency 56.638 ms 2024-01-13T12:26:50.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 304327 11.25 MB/sec execute 475 sec latency 57.986 ms 2024-01-13T12:26:51.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 304695 11.26 MB/sec execute 476 sec latency 57.403 ms 2024-01-13T12:26:52.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 305038 11.26 MB/sec execute 477 sec latency 92.488 ms 2024-01-13T12:26:53.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 305360 11.26 MB/sec execute 478 sec latency 42.964 ms 2024-01-13T12:26:54.496 INFO:teuthology.orchestra.run.smithi133.stdout: 5 305595 11.26 MB/sec execute 479 sec latency 125.562 ms 2024-01-13T12:26:55.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 305864 11.24 MB/sec execute 480 sec latency 54.975 ms 2024-01-13T12:26:56.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 306140 11.22 MB/sec execute 481 sec latency 61.113 ms 2024-01-13T12:26:57.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 306406 11.21 MB/sec execute 482 sec latency 49.055 ms 2024-01-13T12:26:58.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 306901 11.22 MB/sec execute 483 sec latency 59.519 ms 2024-01-13T12:26:59.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 307654 11.23 MB/sec execute 484 sec latency 49.998 ms 2024-01-13T12:27:00.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 308156 11.23 MB/sec execute 485 sec latency 40.262 ms 2024-01-13T12:27:01.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 308462 11.24 MB/sec execute 486 sec latency 55.164 ms 2024-01-13T12:27:02.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 308721 11.24 MB/sec execute 487 sec latency 45.539 ms 2024-01-13T12:27:03.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 308999 11.23 MB/sec execute 488 sec latency 55.818 ms 2024-01-13T12:27:04.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 309206 11.22 MB/sec execute 489 sec latency 112.298 ms 2024-01-13T12:27:05.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 309481 11.21 MB/sec execute 490 sec latency 57.159 ms 2024-01-13T12:27:06.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 309709 11.19 MB/sec execute 491 sec latency 103.975 ms 2024-01-13T12:27:07.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 310003 11.18 MB/sec execute 492 sec latency 56.125 ms 2024-01-13T12:27:08.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 310268 11.17 MB/sec execute 493 sec latency 87.166 ms 2024-01-13T12:27:09.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 310578 11.17 MB/sec execute 494 sec latency 43.841 ms 2024-01-13T12:27:10.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 310836 11.16 MB/sec execute 495 sec latency 78.125 ms 2024-01-13T12:27:11.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 311118 11.15 MB/sec execute 496 sec latency 67.519 ms 2024-01-13T12:27:12.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 311399 11.14 MB/sec execute 497 sec latency 52.434 ms 2024-01-13T12:27:13.498 INFO:teuthology.orchestra.run.smithi133.stdout: 5 311702 11.13 MB/sec execute 498 sec latency 43.264 ms 2024-01-13T12:27:14.498 INFO:teuthology.orchestra.run.smithi133.stdout: 5 311987 11.13 MB/sec execute 499 sec latency 81.033 ms 2024-01-13T12:27:15.497 INFO:teuthology.orchestra.run.smithi133.stdout: 5 312313 11.14 MB/sec execute 500 sec latency 43.754 ms 2024-01-13T12:27:16.050 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:27:16.498 INFO:teuthology.orchestra.run.smithi133.stdout: 5 312621 11.14 MB/sec execute 501 sec latency 46.317 ms 2024-01-13T12:27:16.689 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:27:16.689 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (32m) 10m ago 32m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (38m) 10m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (38m) 10m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (37m) 10m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:27:16.690 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:27:16.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:27:16.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:27:16.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:27:16.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:27:16.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:27:17.070 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:27:17.071 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:27:17.071 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:27:17.071 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:27:17.071 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:27:17.071 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:27:17.071 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:27:17.071 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:27:17.071 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:27:17.072 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:27:17.072 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:27:17.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:27:17.072 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:27:17.072 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:27:17.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:27:17.072 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:27:17.072 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:27:17.408 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:27:17.408 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:27:17.408 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:27:17.408 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:27:17.408 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:27:17.409 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:27:17.498 INFO:teuthology.orchestra.run.smithi133.stdout: 5 312905 11.13 MB/sec execute 502 sec latency 89.253 ms 2024-01-13T12:27:18.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 313199 11.11 MB/sec execute 503 sec latency 55.035 ms 2024-01-13T12:27:19.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 313501 11.10 MB/sec execute 504 sec latency 50.483 ms 2024-01-13T12:27:20.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 313842 11.10 MB/sec execute 505 sec latency 45.739 ms 2024-01-13T12:27:21.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 314247 11.10 MB/sec execute 506 sec latency 47.947 ms 2024-01-13T12:27:22.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 314629 11.09 MB/sec execute 507 sec latency 56.557 ms 2024-01-13T12:27:23.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 315005 11.09 MB/sec execute 508 sec latency 52.759 ms 2024-01-13T12:27:24.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 315362 11.09 MB/sec execute 509 sec latency 77.970 ms 2024-01-13T12:27:25.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 315747 11.10 MB/sec execute 510 sec latency 47.599 ms 2024-01-13T12:27:26.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 316130 11.10 MB/sec execute 511 sec latency 46.299 ms 2024-01-13T12:27:27.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 316402 11.09 MB/sec execute 512 sec latency 74.375 ms 2024-01-13T12:27:28.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 316580 11.08 MB/sec execute 513 sec latency 61.822 ms 2024-01-13T12:27:29.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 316757 11.06 MB/sec execute 514 sec latency 74.191 ms 2024-01-13T12:27:30.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 316924 11.04 MB/sec execute 515 sec latency 73.722 ms 2024-01-13T12:27:31.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 317166 11.04 MB/sec execute 516 sec latency 55.460 ms 2024-01-13T12:27:32.500 INFO:teuthology.orchestra.run.smithi133.stdout: 5 317417 11.03 MB/sec execute 517 sec latency 82.854 ms 2024-01-13T12:27:33.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 317725 11.03 MB/sec execute 518 sec latency 67.437 ms 2024-01-13T12:27:34.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 317916 11.01 MB/sec execute 519 sec latency 82.462 ms 2024-01-13T12:27:35.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 318221 11.00 MB/sec execute 520 sec latency 78.844 ms 2024-01-13T12:27:36.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 318474 10.99 MB/sec execute 521 sec latency 65.872 ms 2024-01-13T12:27:37.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 318805 10.99 MB/sec execute 522 sec latency 51.155 ms 2024-01-13T12:27:38.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 319104 10.99 MB/sec execute 523 sec latency 41.424 ms 2024-01-13T12:27:39.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 319429 10.99 MB/sec execute 524 sec latency 50.419 ms 2024-01-13T12:27:40.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 319746 11.00 MB/sec execute 525 sec latency 54.829 ms 2024-01-13T12:27:41.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 320083 10.98 MB/sec execute 526 sec latency 53.773 ms 2024-01-13T12:27:42.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 320351 10.97 MB/sec execute 527 sec latency 58.331 ms 2024-01-13T12:27:43.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 320702 10.97 MB/sec execute 528 sec latency 44.034 ms 2024-01-13T12:27:44.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 321063 10.96 MB/sec execute 529 sec latency 72.810 ms 2024-01-13T12:27:45.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 321441 10.96 MB/sec execute 530 sec latency 67.129 ms 2024-01-13T12:27:46.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 321895 10.96 MB/sec execute 531 sec latency 46.178 ms 2024-01-13T12:27:47.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 322215 10.95 MB/sec execute 532 sec latency 55.144 ms 2024-01-13T12:27:47.780 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:27:48.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 322519 10.96 MB/sec execute 533 sec latency 58.964 ms 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (32m) 10m ago 32m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (37m) 10m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:27:48.502 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:27:48.503 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:27:48.503 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:27:48.503 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:27:48.503 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:27:48.503 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:27:48.503 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:27:48.503 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:27:48.892 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:27:48.893 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:27:48.893 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:27:48.893 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:27:48.893 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:27:48.893 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:27:49.283 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:27:49.283 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:27:49.283 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:27:49.283 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:27:49.283 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:27:49.283 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:27:49.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 322848 10.96 MB/sec execute 534 sec latency 41.063 ms 2024-01-13T12:27:50.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 323196 10.96 MB/sec execute 535 sec latency 43.671 ms 2024-01-13T12:27:51.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 323669 10.96 MB/sec execute 536 sec latency 50.295 ms 2024-01-13T12:27:52.501 INFO:teuthology.orchestra.run.smithi133.stdout: 5 324159 10.96 MB/sec execute 537 sec latency 57.214 ms 2024-01-13T12:27:53.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 324467 10.95 MB/sec execute 538 sec latency 47.168 ms 2024-01-13T12:27:54.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 324829 10.95 MB/sec execute 539 sec latency 63.066 ms 2024-01-13T12:27:55.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 325208 10.94 MB/sec execute 540 sec latency 39.913 ms 2024-01-13T12:27:56.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 325562 10.94 MB/sec execute 541 sec latency 56.694 ms 2024-01-13T12:27:57.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 325950 10.94 MB/sec execute 542 sec latency 52.942 ms 2024-01-13T12:27:58.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 326302 10.95 MB/sec execute 543 sec latency 59.298 ms 2024-01-13T12:27:59.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 326695 10.95 MB/sec execute 544 sec latency 39.996 ms 2024-01-13T12:28:00.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 327014 10.95 MB/sec execute 545 sec latency 51.974 ms 2024-01-13T12:28:01.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 327252 10.93 MB/sec execute 546 sec latency 43.481 ms 2024-01-13T12:28:02.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 327495 10.92 MB/sec execute 547 sec latency 57.507 ms 2024-01-13T12:28:03.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 327823 10.92 MB/sec execute 548 sec latency 67.431 ms 2024-01-13T12:28:04.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 328225 10.92 MB/sec execute 549 sec latency 93.970 ms 2024-01-13T12:28:05.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 328562 10.91 MB/sec execute 550 sec latency 51.456 ms 2024-01-13T12:28:06.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 328988 10.91 MB/sec execute 551 sec latency 56.068 ms 2024-01-13T12:28:07.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 329460 10.91 MB/sec execute 552 sec latency 46.060 ms 2024-01-13T12:28:08.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 329928 10.92 MB/sec execute 553 sec latency 51.317 ms 2024-01-13T12:28:09.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 330316 10.93 MB/sec execute 554 sec latency 49.868 ms 2024-01-13T12:28:10.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 330676 10.92 MB/sec execute 555 sec latency 76.142 ms 2024-01-13T12:28:11.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 330942 10.91 MB/sec execute 556 sec latency 52.453 ms 2024-01-13T12:28:12.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 331372 10.91 MB/sec execute 557 sec latency 55.463 ms 2024-01-13T12:28:13.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 331974 10.92 MB/sec execute 558 sec latency 35.031 ms 2024-01-13T12:28:14.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 332554 10.93 MB/sec execute 559 sec latency 30.215 ms 2024-01-13T12:28:15.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 332836 10.91 MB/sec execute 560 sec latency 49.427 ms 2024-01-13T12:28:16.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 333161 10.92 MB/sec execute 561 sec latency 48.460 ms 2024-01-13T12:28:17.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 333455 10.92 MB/sec execute 562 sec latency 40.862 ms 2024-01-13T12:28:18.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 333737 10.92 MB/sec execute 563 sec latency 44.517 ms 2024-01-13T12:28:19.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 334016 10.91 MB/sec execute 564 sec latency 58.459 ms 2024-01-13T12:28:19.609 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:28:20.274 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:28:20.274 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:28:20.274 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:28:20.275 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (33m) 11m ago 33m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:28:20.275 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:28:20.275 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:28:20.275 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (39m) 11m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:28:20.275 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:28:20.275 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (39m) 11m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:28:20.275 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (38m) 11m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:28:20.276 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:28:20.277 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:28:20.277 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (30m) 11m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:28:20.277 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (30m) 11m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:28:20.502 INFO:teuthology.orchestra.run.smithi133.stdout: 5 334250 10.90 MB/sec execute 565 sec latency 56.843 ms 2024-01-13T12:28:20.606 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:28:20.606 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:28:20.606 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:28:20.607 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:28:20.608 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:28:20.608 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:28:20.904 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:28:20.904 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:28:20.904 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:28:20.904 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:28:20.904 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:28:20.904 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:28:21.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 334426 10.89 MB/sec execute 566 sec latency 69.914 ms 2024-01-13T12:28:22.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 334675 10.88 MB/sec execute 567 sec latency 64.755 ms 2024-01-13T12:28:23.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 335017 10.87 MB/sec execute 568 sec latency 90.317 ms 2024-01-13T12:28:24.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 335386 10.87 MB/sec execute 569 sec latency 65.756 ms 2024-01-13T12:28:25.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 335696 10.86 MB/sec execute 570 sec latency 53.969 ms 2024-01-13T12:28:26.504 INFO:teuthology.orchestra.run.smithi133.stdout: 5 336074 10.86 MB/sec execute 571 sec latency 79.778 ms 2024-01-13T12:28:27.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 336388 10.85 MB/sec execute 572 sec latency 57.777 ms 2024-01-13T12:28:28.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 336717 10.86 MB/sec execute 573 sec latency 55.199 ms 2024-01-13T12:28:29.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 337032 10.86 MB/sec execute 574 sec latency 59.008 ms 2024-01-13T12:28:30.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 337341 10.86 MB/sec execute 575 sec latency 71.565 ms 2024-01-13T12:28:31.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 337576 10.85 MB/sec execute 576 sec latency 66.698 ms 2024-01-13T12:28:32.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 337793 10.84 MB/sec execute 577 sec latency 46.686 ms 2024-01-13T12:28:33.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 337952 10.83 MB/sec execute 578 sec latency 61.464 ms 2024-01-13T12:28:34.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 338188 10.82 MB/sec execute 579 sec latency 148.272 ms 2024-01-13T12:28:35.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 338540 10.81 MB/sec execute 580 sec latency 92.191 ms 2024-01-13T12:28:36.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 338880 10.81 MB/sec execute 581 sec latency 54.784 ms 2024-01-13T12:28:37.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 339184 10.80 MB/sec execute 582 sec latency 56.672 ms 2024-01-13T12:28:38.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 339589 10.80 MB/sec execute 583 sec latency 63.672 ms 2024-01-13T12:28:39.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 339929 10.79 MB/sec execute 584 sec latency 44.214 ms 2024-01-13T12:28:40.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 340268 10.80 MB/sec execute 585 sec latency 52.308 ms 2024-01-13T12:28:41.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 340605 10.80 MB/sec execute 586 sec latency 51.822 ms 2024-01-13T12:28:42.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 341016 10.81 MB/sec execute 587 sec latency 56.389 ms 2024-01-13T12:28:43.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 341363 10.80 MB/sec execute 588 sec latency 57.750 ms 2024-01-13T12:28:44.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 341663 10.79 MB/sec execute 589 sec latency 76.984 ms 2024-01-13T12:28:45.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 341972 10.79 MB/sec execute 590 sec latency 68.693 ms 2024-01-13T12:28:46.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 342293 10.78 MB/sec execute 591 sec latency 40.313 ms 2024-01-13T12:28:47.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 342581 10.78 MB/sec execute 592 sec latency 51.317 ms 2024-01-13T12:28:48.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 342952 10.78 MB/sec execute 593 sec latency 52.980 ms 2024-01-13T12:28:49.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 343326 10.77 MB/sec execute 594 sec latency 49.547 ms 2024-01-13T12:28:50.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 343635 10.77 MB/sec execute 595 sec latency 45.961 ms 2024-01-13T12:28:51.292 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:28:51.504 INFO:teuthology.orchestra.run.smithi133.stdout: 5 343919 10.77 MB/sec execute 596 sec latency 60.522 ms 2024-01-13T12:28:51.984 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (34m) 11m ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (38m) 11m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:28:51.985 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:28:51.986 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:28:51.986 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:28:51.986 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:28:51.986 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:28:51.986 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:28:51.986 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:28:51.986 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:28:51.986 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:28:52.384 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:28:52.385 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:28:52.385 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:28:52.385 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:28:52.385 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:28:52.385 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:28:52.385 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:28:52.385 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:28:52.503 INFO:teuthology.orchestra.run.smithi133.stdout: 5 344251 10.77 MB/sec execute 597 sec latency 48.979 ms 2024-01-13T12:28:52.720 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:28:52.720 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:28:52.720 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:28:52.720 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:28:52.720 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:28:52.720 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:28:53.504 INFO:teuthology.orchestra.run.smithi133.stdout: 5 344578 10.77 MB/sec execute 598 sec latency 62.784 ms 2024-01-13T12:28:54.504 INFO:teuthology.orchestra.run.smithi133.stdout: 5 344836 10.76 MB/sec execute 599 sec latency 93.046 ms 2024-01-13T12:28:55.504 INFO:teuthology.orchestra.run.smithi133.stdout: 5 cleanup 600 sec 2024-01-13T12:28:55.702 INFO:teuthology.orchestra.run.smithi133.stdout: 0 cleanup 600 sec 2024-01-13T12:28:55.702 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Operation Count AvgLat MaxLat 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: ---------------------------------------- 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: NTCreateX 206841 4.135 137.116 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Close 151776 0.135 10.926 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Rename 8767 9.657 148.261 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Unlink 41878 6.709 129.881 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Qpathinfo 187548 0.921 84.743 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Qfileinfo 32676 0.088 9.271 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Qfsinfo 34442 0.383 13.882 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Sfileinfo 16825 12.801 94.116 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: Find 72517 0.389 24.032 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: WriteX 102179 12.909 107.994 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: ReadX 324613 0.010 6.395 2024-01-13T12:28:55.703 INFO:teuthology.orchestra.run.smithi133.stdout: LockX 674 0.342 3.947 2024-01-13T12:28:55.704 INFO:teuthology.orchestra.run.smithi133.stdout: UnlockX 674 0.263 4.317 2024-01-13T12:28:55.704 INFO:teuthology.orchestra.run.smithi133.stdout: Flush 14499 0.002 0.020 2024-01-13T12:28:55.704 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:28:55.704 INFO:teuthology.orchestra.run.smithi133.stdout:Throughput 10.7606 MB/sec 5 clients 5 procs max_latency=148.272 ms 2024-01-13T12:28:55.705 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-01-13T12:28:55.745 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-01-13T12:28:55.863 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-01-13T12:28:55.891 INFO:teuthology.orchestra.run.smithi133.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-01-13T12:28:55.891 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:28:55.891 INFO:teuthology.orchestra.run.smithi133.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-01-13T12:28:55.892 INFO:teuthology.orchestra.run.smithi133.stdout:3 of 5 processes prepared for launch 0 sec 2024-01-13T12:28:55.992 INFO:teuthology.orchestra.run.smithi133.stdout:5 of 5 processes prepared for launch 0 sec 2024-01-13T12:28:55.992 INFO:teuthology.orchestra.run.smithi133.stdout:releasing clients 2024-01-13T12:28:57.992 INFO:teuthology.orchestra.run.smithi133.stdout: 5 325 22.89 MB/sec execute 1 sec latency 70.970 ms 2024-01-13T12:28:58.992 INFO:teuthology.orchestra.run.smithi133.stdout: 5 468 22.89 MB/sec execute 2 sec latency 29.761 ms 2024-01-13T12:28:59.992 INFO:teuthology.orchestra.run.smithi133.stdout: 5 713 23.37 MB/sec execute 3 sec latency 36.676 ms 2024-01-13T12:29:00.992 INFO:teuthology.orchestra.run.smithi133.stdout: 5 1002 18.83 MB/sec execute 4 sec latency 46.013 ms 2024-01-13T12:29:01.992 INFO:teuthology.orchestra.run.smithi133.stdout: 5 cleanup 5 sec 2024-01-13T12:29:02.196 INFO:teuthology.orchestra.run.smithi133.stdout: 0 cleanup 5 sec 2024-01-13T12:29:02.196 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:29:02.196 INFO:teuthology.orchestra.run.smithi133.stdout: Operation Count AvgLat MaxLat 2024-01-13T12:29:02.196 INFO:teuthology.orchestra.run.smithi133.stdout: ---------------------------------------- 2024-01-13T12:29:02.196 INFO:teuthology.orchestra.run.smithi133.stdout: NTCreateX 833 7.912 29.755 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Close 763 8.050 45.628 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Rename 50 12.714 46.003 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Unlink 85 2.974 18.454 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Qpathinfo 477 1.282 20.138 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Qfileinfo 373 16.671 27.373 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Qfsinfo 162 0.334 3.519 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Sfileinfo 170 14.365 44.294 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Find 228 0.581 15.488 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: WriteX 1754 0.023 0.063 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: ReadX 1025 0.017 0.522 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: Flush 120 15.915 39.001 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-13T12:29:02.197 INFO:teuthology.orchestra.run.smithi133.stdout:Throughput 18.8269 MB/sec 5 clients 5 procs max_latency=70.970 ms 2024-01-13T12:29:02.198 DEBUG:teuthology.parallel:result is None 2024-01-13T12:29:22.999 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:29:23.496 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (34m) 12m ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (40m) 12m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (40m) 12m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (39m) 12m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:29:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:29:23.498 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:29:23.498 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:29:23.498 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (33m) 12m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:29:23.498 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:29:23.498 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:29:23.498 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (31m) 12m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:29:23.498 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (31m) 12m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:29:23.771 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:29:23.772 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:29:23.772 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:29:23.772 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:29:23.772 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:29:23.772 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:29:23.772 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:29:23.772 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:29:23.772 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:29:24.022 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:29:24.023 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:29:24.023 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:29:24.023 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:29:24.023 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:29:24.023 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:29:54.305 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (35m) 12m ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (41m) 12m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (41m) 12m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:29:54.798 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (40m) 12m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:29:54.799 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:29:55.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:29:55.073 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:29:55.073 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:29:55.073 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:29:55.073 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:29:55.073 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:29:55.073 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:29:55.073 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:29:55.073 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:29:55.324 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:29:55.324 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:29:55.324 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:29:55.324 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:29:55.324 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:29:55.324 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:30:25.601 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:30:26.098 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:30:26.098 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (35m) 13m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:30:26.098 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (36m) 13m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:30:26.098 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (35m) 13m ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:30:26.098 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (21m) 13m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (21m) 13m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (41m) 13m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (35m) 13m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (41m) 13m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (40m) 13m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (13m) 13m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (13m) 13m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 13m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 13m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (35m) 13m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (35m) 13m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (35m) 13m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (35m) 13m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:30:26.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:30:26.100 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:30:26.100 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (32m) 13m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:30:26.372 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:30:26.373 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:30:26.374 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:30:26.374 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:30:26.374 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:30:26.374 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:30:26.374 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:30:26.623 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:30:26.624 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:30:26.624 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:30:26.624 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:30:26.624 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:30:26.624 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:30:56.898 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:30:57.393 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:30:57.393 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (36m) 13m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:30:57.393 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (36m) 13m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:30:57.393 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (36m) 13m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:30:57.393 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (21m) 13m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (22m) 13m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (42m) 13m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (36m) 13m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (42m) 13m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (41m) 13m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (14m) 13m ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (14m) 13m ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 13m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 13m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (36m) 13m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (35m) 13m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (35m) 13m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (35m) 13m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:30:57.394 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:30:57.395 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:30:57.395 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:30:57.670 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:30:57.670 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:30:57.670 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:30:57.670 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:30:57.670 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:30:57.670 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:30:57.671 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:30:57.921 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:30:57.921 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:30:57.921 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:30:57.921 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:30:57.921 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:30:57.921 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:31:28.196 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:31:28.690 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (36m) 14m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (37m) 14m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (36m) 14m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (22m) 14m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (22m) 14m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (42m) 14m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (36m) 14m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (42m) 14m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (41m) 14m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (14m) 14m ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (14m) 14m ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 14m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:31:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 14m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:31:28.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (36m) 14m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:31:28.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (36m) 14m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:31:28.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (36m) 14m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:31:28.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (36m) 14m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:31:28.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:31:28.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:31:28.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:31:28.692 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (33m) 14m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:31:28.968 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:31:28.968 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:31:28.968 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:31:28.969 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:31:29.218 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:31:29.218 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:31:29.218 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:31:29.218 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:31:29.218 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:31:29.219 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:31:59.498 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:31:59.988 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:31:59.988 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (37m) 14m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:31:59.988 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (37m) 14m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:31:59.988 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (37m) 14m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:31:59.988 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (23m) 14m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:31:59.988 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (23m) 14m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (37m) 14m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (42m) 14m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (15m) 14m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (15m) 14m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 14m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 14m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (37m) 14m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (37m) 14m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (36m) 14m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (36m) 14m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:31:59.989 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:31:59.990 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:32:00.267 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:32:00.267 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:32:00.267 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:32:00.267 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:32:00.267 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:32:00.267 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:32:00.268 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:32:00.520 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:32:00.520 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:32:00.520 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:32:00.520 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:32:00.520 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:32:00.520 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:32:30.796 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:32:31.288 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:32:31.288 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (38m) 15m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:32:31.288 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (38m) 15m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:32:31.288 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (37m) 15m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (23m) 15m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (23m) 15m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (37m) 15m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (42m) 15m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (15m) 15m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (15m) 15m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 15m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 15m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (37m) 15m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (37m) 15m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (37m) 15m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:32:31.289 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (37m) 15m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:32:31.290 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (35m) 15m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:32:31.290 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (35m) 15m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:32:31.290 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (35m) 15m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:32:31.290 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (34m) 15m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:32:31.563 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:32:31.564 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:32:31.564 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:32:31.564 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:32:31.564 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:32:31.564 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:32:31.564 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:32:31.814 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:32:31.814 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:32:31.814 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:32:31.814 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:32:31.814 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:32:31.814 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:33:02.089 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (38m) 15m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (38m) 15m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (38m) 15m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (24m) 15m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (24m) 15m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (38m) 15m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:33:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (43m) 15m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (16m) 15m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (16m) 15m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 15m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 15m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (38m) 15m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (38m) 15m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (37m) 15m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (37m) 15m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (36m) 15m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (35m) 15m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (35m) 15m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:33:02.588 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (35m) 15m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:33:02.862 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:33:02.862 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:33:02.862 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:33:02.863 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:33:03.114 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:33:03.115 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:33:03.115 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:33:03.115 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:33:03.115 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:33:03.115 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:33:33.392 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:33:33.889 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:33:33.889 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (39m) 16m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:33:33.889 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (39m) 16m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:33:33.889 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (38m) 16m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:33:33.889 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (24m) 16m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:33:33.889 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (24m) 16m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:33:33.889 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:33:33.889 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (38m) 16m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (43m) 16m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (16m) 16m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (16m) 16m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 16m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 16m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (39m) 16m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (38m) 16m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (38m) 16m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (38m) 16m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (36m) 16m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (36m) 16m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (36m) 16m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:33:33.890 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (35m) 16m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:33:34.164 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:33:34.165 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:33:34.165 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:33:34.165 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:33:34.165 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:33:34.165 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:33:34.165 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:33:34.165 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:33:34.165 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:33:34.416 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:33:34.416 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:33:34.416 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:33:34.416 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:33:34.416 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:33:34.416 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:34:04.690 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:34:05.182 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:34:05.182 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (39m) 16m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (39m) 16m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (39m) 16m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (25m) 16m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (25m) 16m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (39m) 16m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 starting - - 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (17m) 16m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (17m) 16m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 16m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 16m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:34:05.183 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (39m) 16m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:34:05.184 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (39m) 16m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:34:05.184 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (38m) 16m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:34:05.184 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (38m) 16m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:34:05.184 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (37m) 16m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:34:05.184 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (36m) 16m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:34:05.184 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (36m) 16m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:34:05.184 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (36m) 16m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:34:05.459 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:34:05.460 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:34:05.460 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:34:05.460 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:34:05.460 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:34:05.460 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:34:05.460 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:34:05.460 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:34:05.460 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:34:05.711 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:34:05.711 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:34:05.711 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:34:05.711 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:34:05.711 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:34:05.711 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:34:35.984 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:34:36.476 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:34:36.476 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (40m) 17m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:34:36.476 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (40m) 17m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:34:36.476 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (39m) 17m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:34:36.476 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (25m) 17m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:34:36.476 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (25m) 17m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:34:36.476 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:34:36.476 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (39m) 17m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 starting - - 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (17m) 17m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (17m) 17m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 17m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 17m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (40m) 17m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (39m) 17m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (39m) 17m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (39m) 17m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (37m) 17m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (37m) 17m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (37m) 17m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:34:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (36m) 17m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:34:36.745 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:34:36.745 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:34:36.745 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:34:36.745 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:34:36.745 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:34:36.745 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:34:36.746 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:34:36.993 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:34:36.994 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:34:36.994 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:34:36.994 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:34:36.994 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:34:36.994 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:35:07.267 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:35:07.763 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:35:07.763 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (40m) 17m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (40m) 17m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (40m) 17m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (26m) 17m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (26m) 17m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (40m) 17m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 starting - - 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (18m) 17m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (18m) 17m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 17m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 17m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (40m) 17m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (40m) 17m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:35:07.764 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (39m) 17m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:35:07.765 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (39m) 17m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:35:07.765 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (38m) 17m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:35:07.765 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (37m) 17m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:35:07.765 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (37m) 17m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:35:07.765 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (37m) 17m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:35:08.033 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:35:08.034 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:35:08.034 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:35:08.034 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:35:08.034 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:35:08.034 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:35:08.034 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:35:08.034 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:35:08.284 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:35:08.284 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:35:08.284 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:35:08.284 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:35:08.284 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:35:08.284 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:35:38.561 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:35:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:35:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (41m) 18m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:35:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (41m) 18m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:35:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (40m) 18m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:35:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (26m) 18m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:35:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (26m) 18m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (40m) 18m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 starting - - 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (18m) 18m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (18m) 18m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 18m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 18m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (41m) 18m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (40m) 18m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (40m) 18m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (40m) 18m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (38m) 18m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:35:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (38m) 18m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:35:39.054 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (38m) 18m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:35:39.054 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (38m) 18m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:35:39.324 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:35:39.324 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:35:39.324 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:35:39.324 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:35:39.325 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:35:39.593 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:35:39.593 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:35:39.593 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:35:39.593 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:35:39.593 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:35:39.593 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:36:09.872 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:36:10.367 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:36:10.367 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (41m) 18m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:36:10.367 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (41m) 18m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:36:10.367 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (41m) 18m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:36:10.367 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (27m) 18m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:36:10.367 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (27m) 18m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (41m) 18m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 starting - - 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (19m) 18m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (19m) 18m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 18m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 18m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (41m) 18m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (41m) 18m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (40m) 18m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (40m) 18m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (39m) 18m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (38m) 18m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (38m) 18m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:36:10.369 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (38m) 18m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:36:10.639 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:36:10.639 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:36:10.639 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:36:10.639 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:36:10.639 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:36:10.639 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:36:10.639 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:36:10.640 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:36:10.888 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:36:10.888 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:36:10.888 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:36:10.888 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:36:10.888 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:36:10.889 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:36:41.162 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:36:41.662 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:36:41.662 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (42m) 19m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:36:41.662 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (42m) 19m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:36:41.662 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (41m) 19m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:36:41.662 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (27m) 19m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:36:41.662 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (27m) 19m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:36:41.662 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 starting - - 2024-01-13T12:36:41.662 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (41m) 19m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81daec1c4b63 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 starting - - 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (19m) 19m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (19m) 19m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 19m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 19m ago - docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (42m) 19m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (41m) 19m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (41m) 19m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (41m) 19m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:36:41.663 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (39m) 19m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:36:41.664 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (39m) 19m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:36:41.664 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (39m) 19m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:36:41.664 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (39m) 19m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:36:41.935 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:36:41.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:36:41.937 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:36:41.937 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:36:41.937 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-13T12:36:41.937 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:36:41.937 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:36:42.188 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:36:42.188 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:36:42.188 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:36:42.188 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:36:42.188 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:36:42.188 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:37:12.469 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:37:12.965 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:37:12.965 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (42m) 27s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:37:12.965 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (42m) 27s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (42m) 27s ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (28m) 27s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (28m) 27s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (48m) 27s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (31s) 27s ago 42m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (48m) 27s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (47m) 27s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (20m) 27s ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (20m) 27s ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 27s ago 5m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 27s ago 3m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:37:12.966 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (42m) 27s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:37:12.967 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (42m) 27s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:37:12.967 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (41m) 27s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:37:12.967 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (41m) 27s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:37:12.967 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (40m) 27s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:37:12.967 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (40m) 27s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:37:12.967 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (39m) 27s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:37:12.967 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (39m) 27s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:37:13.238 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:37:13.239 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:37:13.493 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:37:13.493 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:37:13.493 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:37:13.493 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:37:13.493 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:37:13.493 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:37:43.768 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:37:44.263 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:37:44.263 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (43m) 58s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:37:44.263 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (43m) 58s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (42m) 58s ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (28m) 58s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (28m) 58s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (49m) 58s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (62s) 58s ago 42m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (49m) 58s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (47m) 58s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (20m) 58s ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (21m) 58s ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:37:44.264 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 58s ago 6m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 58s ago 4m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (43m) 58s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (42m) 58s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (42m) 58s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (42m) 58s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (40m) 58s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (40m) 58s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (40m) 58s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:37:44.265 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (40m) 58s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:37:44.544 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:37:44.544 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:37:44.544 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:37:44.544 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:37:44.544 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:37:44.544 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:37:44.544 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:37:44.545 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:37:44.546 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:37:44.796 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:37:44.796 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:37:44.796 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:37:44.796 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:37:44.796 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:37:44.796 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:38:15.071 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:38:15.567 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:38:15.567 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (43m) 90s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:38:15.567 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (43m) 89s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:38:15.567 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (43m) 90s ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:38:15.567 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (29m) 90s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (29m) 89s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (49m) 90s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (93s) 89s ago 43m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (49m) 90s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (48m) 89s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (21m) 90s ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (21m) 89s ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 90s ago 6m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:38:15.568 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 89s ago 4m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:38:15.569 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (43m) 90s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:38:15.569 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (43m) 90s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:38:15.569 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (43m) 90s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:38:15.569 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (42m) 90s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:38:15.569 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (41m) 89s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:38:15.569 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (41m) 89s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:38:15.569 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (40m) 89s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:38:15.569 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (40m) 89s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:38:15.843 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:38:15.844 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:38:16.097 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:38:16.097 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:38:16.097 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:38:16.097 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:38:16.097 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:38:16.097 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:38:46.378 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:38:46.870 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:38:46.870 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:38:46.870 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:38:46.870 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (43m) 2m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:38:46.870 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (29m) 2m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:38:46.870 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (29m) 2m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:38:46.870 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:38:46.870 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (2m) 2m ago 43m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (22m) 2m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (22m) 2m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 2m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 2m ago 5m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:38:46.871 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:38:46.872 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:38:47.141 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:38:47.142 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:38:47.142 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:38:47.142 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:38:47.142 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:38:47.142 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:38:47.142 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:38:47.142 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:38:47.395 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:38:47.395 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:38:47.395 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:38:47.396 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:38:47.396 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:38:47.396 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:39:17.672 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:39:18.164 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:39:18.164 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:39:18.164 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:39:18.164 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (44m) 2m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:39:18.164 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (30m) 2m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:39:18.164 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (30m) 2m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:39:18.164 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (2m) 2m ago 44m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (22m) 2m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (22m) 2m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 2m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 2m ago 5m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:39:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:39:18.166 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:39:18.166 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:39:18.166 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:39:18.166 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:39:18.166 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:39:18.437 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:39:18.437 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:39:18.437 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:39:18.437 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:39:18.437 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:39:18.437 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:39:18.438 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:39:18.439 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:39:18.439 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:39:18.687 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:39:18.688 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:39:18.688 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:39:18.688 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:39:18.688 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:39:18.688 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:39:48.964 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:39:49.460 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:39:49.460 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:39:49.460 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:39:49.460 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (44m) 3m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:39:49.460 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (30m) 3m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (30m) 3m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (3m) 3m ago 44m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (23m) 3m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (23m) 3m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 3m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 3m ago 6m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:39:49.461 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:39:49.462 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:39:49.462 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:39:49.462 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:39:49.462 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:39:49.462 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:39:49.462 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:39:49.462 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:39:49.734 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:39:49.734 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:39:49.734 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:39:49.734 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:39:49.734 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:39:49.734 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:39:49.734 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:39:49.735 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:39:49.736 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:39:49.736 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:39:49.986 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:39:49.986 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:39:49.986 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:39:49.986 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:39:49.987 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:39:49.987 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:40:20.261 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:40:20.758 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:40:20.758 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:40:20.758 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:40:20.758 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (45m) 3m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (31m) 3m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (31m) 3m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (3m) 3m ago 45m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (23m) 3m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (23m) 3m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 3m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:40:20.759 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 3m ago 6m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:40:20.760 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:40:20.760 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:40:20.760 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:40:20.760 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:40:20.760 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:40:20.760 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:40:20.760 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:40:20.760 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:40:21.031 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:40:21.031 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:40:21.031 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:40:21.031 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:40:21.031 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:40:21.031 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:40:21.031 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:40:21.032 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:40:21.283 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:40:21.283 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:40:21.283 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:40:21.283 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:40:21.283 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:40:21.283 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:40:51.560 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:40:52.055 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:40:52.055 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:40:52.055 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:40:52.055 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (46m) 4m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:40:52.055 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (31m) 4m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:40:52.055 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (31m) 4m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (4m) 4m ago 46m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (24m) 4m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (24m) 4m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 4m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 4m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:40:52.056 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:40:52.057 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:40:52.327 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:40:52.328 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:40:52.328 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:40:52.328 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:40:52.328 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:40:52.328 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:40:52.328 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:40:52.328 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:40:52.328 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:40:52.578 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:40:52.579 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:40:52.579 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:40:52.579 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:40:52.579 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:40:52.579 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:41:22.858 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (46m) 4m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (32m) 4m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (32m) 4m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (4m) 4m ago 46m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:41:23.357 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (24m) 4m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (24m) 4m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 4m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 4m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:41:23.358 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:41:23.359 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:41:23.359 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:41:23.359 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:41:23.631 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:41:23.631 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:41:23.632 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:41:23.632 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:41:23.632 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:41:23.632 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:41:23.632 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:41:23.632 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:41:23.632 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:41:23.632 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:41:23.633 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:41:23.883 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:41:23.883 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:41:23.883 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:41:23.883 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:41:23.883 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:41:23.883 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:41:54.161 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:41:54.657 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:41:54.657 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:41:54.658 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:41:54.658 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (47m) 5m ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:41:54.658 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (32m) 5m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:41:54.658 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (32m) 5m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:41:54.658 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:41:54.658 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (5m) 5m ago 47m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:41:54.658 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:41:54.659 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:41:54.659 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (25m) 5m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:41:54.659 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (25m) 5m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:41:54.659 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 5m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:41:54.659 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 5m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:41:54.659 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:41:54.659 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:41:54.659 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:41:54.660 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:41:54.660 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:41:54.660 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:41:54.660 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:41:54.660 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:41:54.931 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:41:54.931 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:41:54.931 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:41:54.931 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:41:54.931 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:41:54.931 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:41:54.931 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:41:54.932 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:41:54.933 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:41:54.933 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:41:54.933 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:41:55.182 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:41:55.182 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:41:55.182 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:41:55.182 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:41:55.182 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:41:55.182 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:42:25.457 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:42:25.949 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:42:25.949 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:42:25.949 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (47m) 5m ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (33m) 5m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (33m) 5m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (5m) 5m ago 47m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (25m) 5m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:42:25.950 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (25m) 5m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 5m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 5m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:42:25.951 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:42:26.222 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:42:26.223 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:42:26.475 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:42:26.475 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:42:26.476 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:42:26.476 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:42:26.476 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:42:26.476 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:42:56.751 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:42:57.241 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (48m) 6m ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (33m) 6m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (34m) 6m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (6m) 6m ago 48m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:42:57.242 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (26m) 6m ago 26m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (26m) 6m ago 26m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 6m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 6m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (45m) 6m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (45m) 6m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (45m) 6m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:42:57.243 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (45m) 6m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:42:57.514 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:42:57.514 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:42:57.514 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:42:57.514 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:42:57.514 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:42:57.514 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:42:57.514 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:42:57.514 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:42:57.515 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:42:57.765 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:42:57.765 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:42:57.765 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:42:57.765 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:42:57.765 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:42:57.765 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:43:28.034 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:43:28.528 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:43:28.529 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:43:28.529 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:43:28.529 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (48m) 6m ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:43:28.529 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (34m) 6m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:43:28.529 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (34m) 6m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:43:28.529 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:43:28.529 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (6m) 6m ago 48m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (54m) 6m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (26m) 6m ago 26m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (26m) 6m ago 26m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 6m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 6m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:43:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:43:28.531 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:43:28.531 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:43:28.531 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:43:28.531 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (45m) 6m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:43:28.799 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:43:28.799 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:43:28.799 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:43:28.800 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:43:28.801 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:43:28.801 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:43:28.801 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:43:28.801 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:43:28.801 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:43:28.801 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:43:29.052 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:43:29.052 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:43:29.052 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:43:29.052 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:43:29.052 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:43:29.052 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:43:59.328 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:43:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:43:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:43:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:43:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (49m) 7m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:43:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (35m) 7m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:43:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (35m) 7m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:43:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:43:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (7m) 7m ago 49m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (27m) 7m ago 27m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (27m) 7m ago 27m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 7m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 7m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:43:59.823 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:43:59.824 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (46m) 7m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:43:59.824 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (46m) 7m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:43:59.824 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (46m) 7m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:43:59.824 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (46m) 7m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:44:00.095 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:44:00.096 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:44:00.096 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:44:00.096 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:44:00.096 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:44:00.096 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:44:00.096 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:44:00.348 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:44:00.349 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:44:00.349 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:44:00.349 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:44:00.349 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:44:00.349 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:44:30.626 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:44:31.118 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (49m) 7m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (35m) 7m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (35m) 7m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (7m) 7m ago 49m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (56m) 7m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (27m) 7m ago 27m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (27m) 7m ago 27m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 7m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 7m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:44:31.119 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:44:31.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:44:31.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:44:31.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:44:31.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:44:31.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:44:31.120 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (46m) 7m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:44:31.392 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:44:31.392 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:44:31.392 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:44:31.392 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:44:31.392 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:44:31.392 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:44:31.392 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:44:31.392 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:44:31.393 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:44:31.643 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:44:31.643 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:44:31.643 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:44:31.643 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:44:31.643 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:44:31.643 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:45:01.915 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:45:02.410 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (50m) 8m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (36m) 8m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (36m) 8m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (8m) 8m ago 50m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:45:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (28m) 8m ago 28m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (28m) 8m ago 28m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 8m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 8m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:45:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:45:02.413 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (47m) 8m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:45:02.413 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (47m) 8m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:45:02.413 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (47m) 8m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:45:02.682 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:45:02.682 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:45:02.682 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:45:02.682 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:45:02.683 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:45:02.684 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:45:02.684 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:45:02.684 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:45:02.684 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:45:02.684 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:45:02.932 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:45:02.932 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:45:02.933 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:45:02.933 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:45:02.933 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:45:02.933 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:45:33.207 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:45:33.704 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (50m) 8m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (36m) 8m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (36m) 8m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (57m) 8m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (8m) 8m ago 50m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (57m) 8m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (28m) 8m ago 28m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:45:33.705 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (28m) 8m ago 28m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 8m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 8m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:45:33.706 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (47m) 8m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:45:33.979 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:45:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:45:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:45:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:45:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:45:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:45:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:45:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:45:33.980 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:45:34.232 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:45:34.232 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:45:34.232 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:45:34.232 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:45:34.232 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:45:34.232 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:46:04.508 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:46:04.999 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:46:04.999 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:46:04.999 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:46:04.999 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (51m) 9m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:46:04.999 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (37m) 9m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (37m) 9m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (9m) 9m ago 51m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (29m) 9m ago 29m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (29m) 9m ago 29m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 9m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 9m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:46:05.000 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:46:05.001 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:46:05.276 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:46:05.277 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:46:05.531 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:46:05.531 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:46:05.531 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:46:05.531 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:46:05.532 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:46:05.532 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:46:35.804 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:46:36.297 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (51m) 9m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (37m) 9m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (37m) 9m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (58m) 9m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (9m) 9m ago 51m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (58m) 9m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (29m) 9m ago 29m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (29m) 9m ago 29m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 9m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 9m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:46:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:46:36.299 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:46:36.299 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:46:36.299 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:46:36.299 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:46:36.299 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:46:36.299 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:46:36.573 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:46:36.573 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:46:36.573 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:46:36.573 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:46:36.573 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:46:36.573 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:46:36.573 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:46:36.573 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:46:36.574 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:46:36.828 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:46:36.828 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:46:36.828 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:46:36.828 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:46:36.828 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:46:36.828 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:47:07.102 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:47:07.600 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (52m) 10m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (38m) 10m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (38m) 10m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (10m) 10m ago 52m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (30m) 10m ago 30m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (30m) 10m ago 30m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:47:07.601 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 10m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 10m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:47:07.602 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:47:07.872 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:47:07.906 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:47:07.907 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:47:07.907 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:47:07.907 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:47:07.907 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:47:07.907 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:47:08.123 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:47:08.123 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:47:08.123 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:47:08.123 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:47:08.124 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:47:08.124 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:47:38.404 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (52m) 10m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (38m) 10m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (38m) 10m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (59m) 10m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (10m) 10m ago 52m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (59m) 10m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:47:38.896 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (30m) 10m ago 30m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (30m) 10m ago 30m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 10m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 10m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:47:38.897 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:47:39.166 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:47:39.166 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:47:39.166 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:47:39.166 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:47:39.167 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:47:39.418 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:47:39.418 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:47:39.418 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:47:39.418 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:47:39.418 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:47:39.419 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:48:09.692 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:48:10.186 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T12:48:10.186 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 508de6c95a2c 2024-01-13T12:48:10.186 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3de63d951f1f 2024-01-13T12:48:10.186 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (53m) 11m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:48:10.186 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (39m) 11m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 31e8c52912ae 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (39m) 11m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d96d17a9ae3c 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (59m) 11m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ed70caa83a68 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (11m) 11m ago 53m 16.2.14-456-g445562ab quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 163fd1944c31 f06f23ee2c00 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (59m) 11m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9ef4045ebb59 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ec1a5de8772e 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (31m) 11m ago 31m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 8b6eba91903a 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (31m) 11m ago 31m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 unknown 11m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 unknown 11m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 25f9da702a29 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5854ee158d2a 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1444ccb29ffd 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 189d843fbf6f 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b5925b3bc9f8 2024-01-13T12:48:10.187 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a5f7c00af508 2024-01-13T12:48:10.188 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79d14da8a09a 2024-01-13T12:48:10.188 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4627cbb7a851 2024-01-13T12:48:10.462 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:48:10.463 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:48:10.464 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:48:10.464 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:48:10.464 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:48:10.464 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:48:10.464 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:48:10.464 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:48:10.715 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:48:10.715 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:48:10.716 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:48:10.716 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:48:10.716 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "" 2024-01-13T12:48:10.716 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:48:41.014 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (54m) 1s ago 54m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (54m) 0s ago 54m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (53m) 1s ago 53m 46.5M - 6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (39m) 1s ago 39m 41.3M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (39m) 0s ago 39m 23.9M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (60m) 1s ago 60m 381M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (11m) 0s ago 53m 435M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:48:41.579 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (60m) 1s ago 60m 625M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (58m) 0s ago 58m 325M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi133 smithi133 running (31m) 1s ago 31m 251M - 3.3 2cf504fded39 8b6eba91903a 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.ganesha-foo.smithi187 smithi187 running (31m) 0s ago 31m 87.4M - 3.3 2cf504fded39 44fe3d9c7fbf 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 1s ago 17m - - 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 0s ago 15m - - 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (54m) 1s ago 54m 3320M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (53m) 1s ago 53m 3740M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (53m) 1s ago 53m 2566M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (53m) 1s ago 53m 3747M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (51m) 0s ago 51m 3137M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (51m) 0s ago 51m 3856M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (51m) 0s ago 51m 3458M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:48:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (51m) 0s ago 51m 4979M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:48:41.925 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:48:41.926 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:48:42.208 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:48:42.208 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:48:42.208 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:48:42.209 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:48:42.209 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:48:42.209 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:48:42.209 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:48:42.209 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:48:42.209 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:49:12.521 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (21s) 3s ago 20s 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (54m) 4s ago 54m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (54m) 3s ago 54m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (54m) 4s ago 54m 46.5M - 6.7.4 557c83e11646 f6fef30fcf87 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (40m) 4s ago 40m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (40m) 3s ago 40m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (60m) 4s ago 60m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (12m) 3s ago 54m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (60m) 4s ago 60m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (59m) 3s ago 59m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (11s) 4s ago 11s 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:49:13.115 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (6s) 3s ago 6s 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 4s ago 17m - - 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3s ago 15m - - 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (54m) 4s ago 54m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (54m) 4s ago 54m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (53m) 4s ago 53m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (53m) 4s ago 53m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (52m) 3s ago 52m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (52m) 3s ago 52m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (51m) 3s ago 51m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (51m) 3s ago 51m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:49:13.116 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (13s) 3s ago 13s 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:49:13.467 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:49:13.467 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:49:13.467 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:49:13.467 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:49:13.467 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:49:13.467 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:49:13.467 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:49:13.468 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:49:13.784 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:49:44.080 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (52s) 34s ago 52s 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (55m) 35s ago 55m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (55m) 34s ago 55m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (40m) 35s ago 40m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (40m) 34s ago 40m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (61m) 35s ago 61m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (13m) 34s ago 54m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:49:44.617 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (61m) 35s ago 61m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (59m) 34s ago 59m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (43s) 35s ago 42s 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (38s) 34s ago 38s 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 35s ago 18m - - 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 34s ago 16m - - 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (55m) 35s ago 55m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (54m) 35s ago 54m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (54m) 35s ago 54m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (54m) 35s ago 54m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (52m) 34s ago 52m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (52m) 34s ago 52m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (52m) 34s ago 52m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (52m) 34s ago 52m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:49:44.618 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (44s) 34s ago 44s 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:49:44.937 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:49:44.938 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:49:44.939 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:49:44.939 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:49:44.939 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:49:44.939 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:49:45.206 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:50:15.496 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (84s) 66s ago 83s 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (55m) 66s ago 55m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (55m) 66s ago 55m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (41m) 66s ago 41m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (41m) 66s ago 41m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (61m) 66s ago 61m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (13m) 66s ago 55m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (61m) 66s ago 61m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:50:16.031 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (60m) 66s ago 60m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (74s) 66s ago 74s 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (69s) 66s ago 69s 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 66s ago 18m - - 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 66s ago 16m - - 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (55m) 66s ago 55m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (55m) 66s ago 55m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (55m) 66s ago 55m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (54m) 66s ago 54m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (53m) 66s ago 53m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (53m) 66s ago 53m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (52m) 66s ago 52m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (52m) 66s ago 52m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:50:16.032 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (76s) 66s ago 76s 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:50:16.351 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:50:16.351 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:50:16.351 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:50:16.351 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:50:16.351 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:50:16.351 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:50:16.351 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:50:16.352 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:50:16.620 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:50:16.620 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:50:16.621 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:50:16.621 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:50:16.621 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:50:16.621 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:50:16.621 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:50:16.621 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:50:16.621 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:50:46.916 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:50:47.449 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (115s) 97s ago 115s 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (56m) 98s ago 56m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (56m) 97s ago 56m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (41m) 98s ago 41m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (41m) 97s ago 41m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (62m) 98s ago 62m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (14m) 97s ago 55m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (62m) 98s ago 62m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (60m) 97s ago 60m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (106s) 98s ago 105s 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (101s) 97s ago 101s 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:50:47.450 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 98s ago 19m - - 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 97s ago 17m - - 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (56m) 98s ago 56m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (55m) 98s ago 55m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (55m) 98s ago 55m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (55m) 98s ago 55m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (53m) 97s ago 53m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (53m) 97s ago 53m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (53m) 97s ago 53m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (53m) 97s ago 53m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:50:47.451 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (107s) 97s ago 107s 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:50:47.764 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:50:47.764 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:50:47.764 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:50:47.764 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:50:47.765 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:50:47.766 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:50:48.034 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:50:48.034 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:50:48.034 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:50:48.035 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:50:48.035 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:50:48.035 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:50:48.035 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:50:48.035 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:50:48.035 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:51:18.323 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:51:18.858 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:51:18.858 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (2m) 2m ago 2m 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (56m) 2m ago 56m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (56m) 2m ago 56m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (42m) 2m ago 42m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (42m) 2m ago 42m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (62m) 2m ago 62m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (14m) 2m ago 56m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (62m) 2m ago 62m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (61m) 2m ago 61m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (2m) 2m ago 2m 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (2m) 2m ago 2m 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 2m ago 19m - - 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 2m ago 17m - - 2024-01-13T12:51:18.859 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (56m) 2m ago 56m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:51:18.860 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (56m) 2m ago 56m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:51:18.860 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (56m) 2m ago 56m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:51:18.860 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (55m) 2m ago 55m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:51:18.860 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (54m) 2m ago 54m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:51:18.860 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (54m) 2m ago 54m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:51:18.860 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (53m) 2m ago 53m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:51:18.860 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (53m) 2m ago 53m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:51:18.860 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (2m) 2m ago 2m 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:51:19.179 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:51:19.180 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:51:19.448 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:51:19.448 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:51:19.449 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:51:19.449 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:51:19.449 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:51:19.449 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:51:19.449 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:51:19.449 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:51:19.449 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:51:49.741 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:51:50.277 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:51:50.277 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (2m) 2m ago 2m 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (57m) 2m ago 57m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (57m) 2m ago 57m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (42m) 2m ago 42m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (42m) 2m ago 42m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (63m) 2m ago 63m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (15m) 2m ago 56m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (63m) 2m ago 63m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (61m) 2m ago 61m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (2m) 2m ago 2m 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (2m) 2m ago 2m 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:51:50.278 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 2m ago 20m - - 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 2m ago 18m - - 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (57m) 2m ago 57m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (56m) 2m ago 56m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (56m) 2m ago 56m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (56m) 2m ago 56m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (54m) 2m ago 54m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (54m) 2m ago 54m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (54m) 2m ago 54m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (54m) 2m ago 54m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:51:50.279 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (2m) 2m ago 2m 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:51:50.594 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:51:50.595 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:51:50.865 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:51:50.865 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:51:50.865 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:51:50.865 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:51:50.865 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:51:50.865 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:51:50.865 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:51:50.865 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:51:50.866 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:52:21.153 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:52:21.689 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:52:21.689 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (3m) 3m ago 3m 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:52:21.689 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (57m) 3m ago 57m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:52:21.689 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (57m) 3m ago 57m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (43m) 3m ago 43m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (43m) 3m ago 43m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (63m) 3m ago 63m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (15m) 3m ago 57m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (63m) 3m ago 63m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (62m) 3m ago 62m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (3m) 3m ago 3m 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (3m) 3m ago 3m 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 3m ago 20m - - 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3m ago 18m - - 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (57m) 3m ago 57m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (57m) 3m ago 57m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (57m) 3m ago 57m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:52:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (56m) 3m ago 56m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:52:21.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (55m) 3m ago 55m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:52:21.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (55m) 3m ago 55m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:52:21.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (54m) 3m ago 54m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:52:21.691 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (54m) 3m ago 54m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:52:21.691 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (3m) 3m ago 3m 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:52:22.007 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:52:22.008 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:52:22.008 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:52:22.008 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:52:22.008 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:52:22.008 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:52:22.277 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:52:52.569 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:52:53.098 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:52:53.098 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (4m) 3m ago 4m 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:52:53.098 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (58m) 3m ago 58m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:52:53.098 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (58m) 3m ago 58m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:52:53.098 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:52:53.098 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (43m) 3m ago 43m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (43m) 3m ago 43m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (64m) 3m ago 64m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (16m) 3m ago 58m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (64m) 3m ago 64m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (63m) 3m ago 63m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (3m) 3m ago 3m 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (3m) 3m ago 3m 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 3m ago 21m - - 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3m ago 19m - - 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (58m) 3m ago 58m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (57m) 3m ago 57m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (57m) 3m ago 57m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (57m) 3m ago 57m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (55m) 3m ago 55m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:52:53.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (55m) 3m ago 55m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:52:53.100 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (55m) 3m ago 55m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:52:53.100 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (55m) 3m ago 55m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:52:53.100 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (3m) 3m ago 3m 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:52:53.421 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:52:53.422 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:52:53.423 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:52:53.423 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:52:53.423 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:52:53.423 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:52:53.423 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:52:53.423 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:52:53.423 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:52:53.693 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:52:53.693 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:52:53.693 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:52:53.693 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:52:53.693 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:52:53.693 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:52:53.693 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:52:53.694 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:52:53.694 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:53:23.985 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:53:24.518 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:53:24.518 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (4m) 4m ago 4m 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:53:24.518 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (58m) 4m ago 58m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (58m) 4m ago 58m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (44m) 4m ago 44m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (44m) 4m ago 44m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (64m) 4m ago 64m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (16m) 4m ago 58m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (64m) 4m ago 64m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (63m) 4m ago 63m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (4m) 4m ago 4m 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (4m) 4m ago 4m 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 4m ago 21m - - 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 4m ago 19m - - 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (58m) 4m ago 58m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (58m) 4m ago 58m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:53:24.519 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (58m) 4m ago 58m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:53:24.520 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (57m) 4m ago 57m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:53:24.520 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (56m) 4m ago 56m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:53:24.520 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (56m) 4m ago 56m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:53:24.520 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (56m) 4m ago 55m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:53:24.520 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (55m) 4m ago 55m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:53:24.520 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (4m) 4m ago 4m 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:53:24.835 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:53:24.836 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:53:24.837 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:53:24.837 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:53:24.837 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:53:24.837 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:53:25.107 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:53:55.396 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (5m) 4m ago 5m 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (59m) 4m ago 59m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (59m) 4m ago 59m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (44m) 4m ago 44m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (44m) 4m ago 44m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (65m) 4m ago 65m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (17m) 4m ago 59m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (65m) 4m ago 65m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (64m) 4m ago 64m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (4m) 4m ago 4m 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (4m) 4m ago 4m 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:53:55.933 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 4m ago 22m - - 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 4m ago 20m - - 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (59m) 4m ago 59m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (58m) 4m ago 58m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (58m) 4m ago 58m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (58m) 4m ago 58m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (56m) 4m ago 56m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (56m) 4m ago 56m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (56m) 4m ago 56m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (56m) 4m ago 56m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:53:55.934 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (4m) 4m ago 4m 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:53:56.248 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:53:56.248 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:53:56.248 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:53:56.248 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:53:56.248 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:53:56.248 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:53:56.248 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:53:56.248 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:53:56.249 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:53:56.517 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:53:56.518 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:53:56.518 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:53:56.518 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:53:56.518 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:53:56.518 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:53:56.518 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:53:56.518 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:53:56.518 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:54:26.812 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:54:27.346 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:54:27.346 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (5m) 5m ago 5m 15.0M - 0.23.0 ba2b418f427c 5e4681ecc658 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (59m) 5m ago 59m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (60m) 5m ago 60m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (45m) 5m ago 45m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (45m) 5m ago 45m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (65m) 5m ago 65m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (17m) 5m ago 59m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (65m) 5m ago 66m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (64m) 5m ago 64m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (5m) 5m ago 5m 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (5m) 5m ago 5m 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 5m ago 22m - - 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 5m ago 20m - - 2024-01-13T12:54:27.347 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (59m) 5m ago 59m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:54:27.348 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (59m) 5m ago 59m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:54:27.348 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (59m) 5m ago 59m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:54:27.348 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (59m) 5m ago 59m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:54:27.348 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (57m) 5m ago 57m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:54:27.348 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (57m) 5m ago 57m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:54:27.348 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (57m) 5m ago 57m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:54:27.348 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (56m) 5m ago 56m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:54:27.348 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (5m) 5m ago 5m 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:54:27.664 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:54:27.665 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:54:27.934 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:54:27.934 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T12:54:27.934 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:54:27.934 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:54:27.934 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:54:27.934 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "", 2024-01-13T12:54:27.935 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T12:54:27.935 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:54:27.935 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:54:58.222 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:54:58.756 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:54:58.756 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 starting - - - - 2024-01-13T12:54:58.756 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (60m) 5m ago 60m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:54:58.756 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (60m) 5m ago 60m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:54:58.756 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 starting - - - - 2024-01-13T12:54:58.756 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (46m) 5m ago 45m 41.4M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:54:58.756 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (46m) 5m ago 46m 24.0M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:54:58.756 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 running (66m) 5m ago 66m 383M - 15.2.13 2cf504fded39 ed70caa83a68 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (18m) 5m ago 60m 445M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (66m) 5m ago 66m 633M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (65m) 5m ago 65m 339M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (5m) 5m ago 5m 57.3M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (5m) 5m ago 5m 20.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 5m ago 23m - - 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 5m ago 21m - - 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (60m) 5m ago 60m 3322M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (60m) 5m ago 60m 3742M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (59m) 5m ago 59m 2567M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (59m) 5m ago 59m 3751M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (57m) 5m ago 57m 3139M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (57m) 5m ago 57m 3859M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (57m) 5m ago 57m 3460M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:54:58.757 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (57m) 5m ago 57m 4980M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:54:58.758 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (5m) 5m ago 5m 31.7M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:54:59.071 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:54:59.071 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:54:59.072 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:54:59.073 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:54:59.073 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-13T12:54:59.073 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T12:54:59.073 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:54:59.073 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [], 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "1/23 daemons upgraded", 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:54:59.341 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:55:29.634 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:55:30.168 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:55:30.168 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (36s) 17s ago 6m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:55:30.168 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (61m) 18s ago 61m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:55:30.168 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (61m) 17s ago 61m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:55:30.168 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (6m) 18s ago 60m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:55:30.168 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (46m) 18s ago 46m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (46m) 17s ago 46m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (21s) 18s ago 66m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (18m) 17s ago 60m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (67m) 18s ago 67m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (65m) 17s ago 65m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (6m) 18s ago 6m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (6m) 17s ago 6m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 18s ago 23m - - 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 17s ago 21m - - 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (60m) 18s ago 60m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (60m) 18s ago 60m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (60m) 18s ago 60m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (60m) 18s ago 60m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (58m) 17s ago 58m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:55:30.169 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (58m) 17s ago 58m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:55:30.170 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (58m) 17s ago 58m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:55:30.170 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (57m) 17s ago 57m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:55:30.170 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (6m) 17s ago 6m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:55:30.483 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:55:30.484 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:55:30.484 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:55:30.484 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:55:30.484 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:55:30.484 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:55:30.759 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:55:30.759 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:55:30.759 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:55:30.759 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:55:30.759 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:55:30.759 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:55:30.760 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:55:30.760 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:55:30.760 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:55:30.760 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:55:30.760 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:56:01.056 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:56:01.590 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:56:01.590 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (67s) 49s ago 7m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:56:01.590 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (61m) 49s ago 61m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:56:01.590 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (61m) 49s ago 61m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (6m) 49s ago 61m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (47m) 49s ago 47m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (47m) 49s ago 47m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (52s) 49s ago 67m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (19m) 49s ago 61m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (67m) 49s ago 67m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (66m) 49s ago 66m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (7m) 49s ago 6m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (6m) 49s ago 6m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 49s ago 24m - - 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 49s ago 22m - - 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (61m) 49s ago 61m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (61m) 49s ago 61m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (60m) 49s ago 60m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:56:01.591 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (60m) 49s ago 60m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:56:01.592 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (59m) 49s ago 59m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:56:01.592 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (58m) 49s ago 58m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:56:01.592 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (58m) 49s ago 58m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:56:01.592 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (58m) 49s ago 58m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:56:01.592 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (7m) 49s ago 7m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:56:01.912 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:56:01.912 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:56:01.912 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:56:01.912 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:56:01.912 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:56:01.912 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:56:01.912 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:56:01.913 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:56:02.179 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:56:02.180 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:56:02.180 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:56:32.471 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:56:33.007 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:56:33.007 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (99s) 80s ago 7m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:56:33.007 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (62m) 80s ago 62m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:56:33.007 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (62m) 80s ago 62m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:56:33.007 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (7m) 80s ago 61m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (47m) 80s ago 47m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (47m) 80s ago 47m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (84s) 80s ago 68m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (19m) 80s ago 61m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (68m) 80s ago 68m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (66m) 80s ago 66m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (7m) 80s ago 7m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (7m) 80s ago 7m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 80s ago 24m - - 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 80s ago 22m - - 2024-01-13T12:56:33.008 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (62m) 80s ago 62m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:56:33.009 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (61m) 80s ago 61m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:56:33.009 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (61m) 80s ago 61m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:56:33.009 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (61m) 80s ago 61m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:56:33.009 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (59m) 80s ago 59m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:56:33.009 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (59m) 80s ago 59m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:56:33.009 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (59m) 80s ago 59m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:56:33.009 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (58m) 80s ago 58m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:56:33.009 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (7m) 80s ago 7m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:56:33.324 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:56:33.325 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:56:33.326 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:56:33.326 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:56:33.591 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:56:33.591 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:56:33.591 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:56:33.592 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:56:33.592 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:56:33.592 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:56:33.592 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:56:33.592 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:56:33.592 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:56:33.592 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:56:33.592 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:57:03.886 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:57:04.423 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:57:04.423 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (2m) 112s ago 8m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:57:04.423 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (62m) 112s ago 62m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:57:04.423 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (62m) 112s ago 62m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:57:04.423 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (7m) 112s ago 62m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:57:04.423 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (48m) 112s ago 48m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (48m) 112s ago 48m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (115s) 112s ago 68m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (20m) 112s ago 62m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (68m) 112s ago 68m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (67m) 112s ago 67m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (8m) 112s ago 8m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (7m) 112s ago 7m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 112s ago 25m - - 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 112s ago 23m - - 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (62m) 112s ago 62m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (62m) 112s ago 62m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (61m) 112s ago 61m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (61m) 112s ago 61m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:57:04.424 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (60m) 112s ago 60m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:57:04.425 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (59m) 112s ago 59m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:57:04.425 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (59m) 112s ago 59m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:57:04.425 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (59m) 112s ago 59m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:57:04.425 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (8m) 112s ago 8m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:57:04.742 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:57:04.743 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:57:04.744 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:57:04.744 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:57:04.744 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:57:05.014 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:57:35.306 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:57:35.840 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:57:35.840 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (2m) 2m ago 8m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:57:35.840 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (63m) 2m ago 63m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:57:35.840 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (63m) 2m ago 63m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (8m) 2m ago 62m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (48m) 2m ago 48m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (48m) 2m ago 48m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (2m) 2m ago 69m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (20m) 2m ago 62m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (69m) 2m ago 69m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (67m) 2m ago 67m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (8m) 2m ago 8m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (8m) 2m ago 8m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 2m ago 25m - - 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 2m ago 23m - - 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (63m) 2m ago 63m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (62m) 2m ago 62m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (62m) 2m ago 62m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:57:35.841 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (62m) 2m ago 62m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:57:35.842 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (60m) 2m ago 60m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:57:35.842 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (60m) 2m ago 60m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:57:35.842 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (60m) 2m ago 60m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:57:35.842 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (59m) 2m ago 59m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:57:35.842 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (8m) 2m ago 8m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:57:36.158 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:57:36.158 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:57:36.158 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:57:36.158 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:57:36.158 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:57:36.159 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:57:36.429 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:57:36.429 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:57:36.429 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:57:36.429 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:57:36.429 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:57:36.429 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:57:36.430 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:57:36.430 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:57:36.430 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:57:36.430 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:57:36.430 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:58:06.722 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:58:07.257 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:58:07.257 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (3m) 2m ago 9m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (63m) 2m ago 63m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (63m) 2m ago 63m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (8m) 2m ago 63m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (49m) 2m ago 49m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (49m) 2m ago 49m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (2m) 2m ago 69m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (21m) 2m ago 63m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (69m) 2m ago 69m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (68m) 2m ago 68m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (9m) 2m ago 9m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (9m) 2m ago 9m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 2m ago 26m - - 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 2m ago 24m - - 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (63m) 2m ago 63m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (63m) 2m ago 63m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:58:07.258 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (62m) 2m ago 62m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:58:07.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (62m) 2m ago 62m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:58:07.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (61m) 2m ago 61m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:58:07.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (60m) 2m ago 60m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:58:07.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (60m) 2m ago 60m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:58:07.259 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (60m) 2m ago 60m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:58:07.259 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (9m) 2m ago 9m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:58:07.581 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:58:07.582 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:58:07.582 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:58:07.582 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:58:07.582 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:58:07.582 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:58:07.849 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:58:38.140 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:58:38.676 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:58:38.676 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (3m) 3m ago 9m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:58:38.676 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (64m) 3m ago 64m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:58:38.676 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (64m) 3m ago 64m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:58:38.676 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (9m) 3m ago 63m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:58:38.676 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (49m) 3m ago 49m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:58:38.676 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (49m) 3m ago 49m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:58:38.676 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (3m) 3m ago 70m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (21m) 3m ago 63m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (70m) 3m ago 70m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (68m) 3m ago 68m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (9m) 3m ago 9m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (9m) 3m ago 9m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 3m ago 27m - - 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3m ago 24m - - 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (64m) 3m ago 64m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (63m) 3m ago 63m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (63m) 3m ago 63m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (63m) 3m ago 63m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (61m) 3m ago 61m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (61m) 3m ago 61m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (61m) 3m ago 61m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:58:38.677 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (61m) 3m ago 61m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:58:38.678 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (9m) 3m ago 9m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:58:38.998 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:58:38.998 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:58:38.998 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:58:38.998 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:58:38.998 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:58:38.999 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:58:39.267 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:58:39.267 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:58:39.267 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:58:39.267 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:58:39.267 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:58:39.267 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:58:39.267 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:58:39.267 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:58:39.268 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:58:39.268 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:58:39.268 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:59:09.562 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (4m) 3m ago 10m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (64m) 3m ago 64m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (64m) 3m ago 64m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (9m) 3m ago 64m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (50m) 3m ago 50m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (50m) 3m ago 50m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (4m) 3m ago 70m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (22m) 3m ago 64m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (70m) 3m ago 70m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (69m) 3m ago 69m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:59:10.095 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (10m) 3m ago 10m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (10m) 3m ago 10m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 3m ago 27m - - 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3m ago 25m - - 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (64m) 3m ago 64m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (64m) 3m ago 64m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (63m) 3m ago 63m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (63m) 3m ago 63m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (62m) 3m ago 62m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (61m) 3m ago 61m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (61m) 3m ago 61m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (61m) 3m ago 61m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:59:10.096 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (10m) 3m ago 10m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:59:10.408 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:59:10.408 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:59:10.408 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:59:10.408 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:59:10.408 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:59:10.408 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:59:10.408 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:59:10.409 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:59:10.678 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:59:40.969 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T12:59:41.503 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (4m) 4m ago 10m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (65m) 4m ago 65m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (65m) 4m ago 65m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (10m) 4m ago 64m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (50m) 4m ago 50m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (50m) 4m ago 50m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (4m) 4m ago 71m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (22m) 4m ago 64m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (71m) 4m ago 71m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (69m) 4m ago 69m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (10m) 4m ago 10m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (10m) 4m ago 10m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T12:59:41.504 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 4m ago 28m - - 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 4m ago 26m - - 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (65m) 4m ago 65m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (64m) 4m ago 64m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (64m) 4m ago 64m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (64m) 4m ago 64m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (62m) 4m ago 62m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (62m) 4m ago 62m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (62m) 4m ago 62m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (62m) 4m ago 62m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T12:59:41.505 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (10m) 4m ago 10m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T12:59:41.819 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:59:41.819 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T12:59:41.819 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:59:41.819 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:59:41.819 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T12:59:41.819 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:59:41.819 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:59:41.819 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T12:59:41.820 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T12:59:42.087 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T12:59:42.087 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T12:59:42.087 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T12:59:42.087 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T12:59:42.087 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T12:59:42.087 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T12:59:42.088 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T12:59:42.088 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T12:59:42.088 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T12:59:42.088 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T12:59:42.088 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:00:12.381 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:00:19.214 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:00:19.214 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (5m) 5m ago 11m 15.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:00:19.214 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (65m) 5m ago 65m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (65m) 5m ago 65m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (10m) 5m ago 65m 34.2M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (51m) 5m ago 51m 41.5M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (51m) 5m ago 51m 25.2M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (5m) 5m ago 71m 44.3M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (23m) 5m ago 65m 462M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (71m) 5m ago 71m 681M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (70m) 5m ago 70m 353M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (11m) 5m ago 11m 89.7M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (11m) 5m ago 11m 87.0M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 5m ago 28m - - 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 5m ago 26m - - 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (65m) 5m ago 65m 3341M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (65m) 5m ago 65m 3764M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:00:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (65m) 5m ago 65m 2581M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:00:19.216 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (64m) 5m ago 64m 3773M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:00:19.216 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (63m) 5m ago 63m 3160M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:00:19.216 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (63m) 5m ago 63m 3875M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:00:19.216 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (62m) 5m ago 62m 3476M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:00:19.216 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (62m) 5m ago 62m 4999M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:00:19.216 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (11m) 5m ago 11m 60.2M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:00:19.554 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:00:19.555 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:00:19.848 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:00:19.848 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:00:19.848 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:00:19.848 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:00:19.849 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:00:19.849 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:00:19.849 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:00:19.849 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:00:19.849 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:00:19.849 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:00:19.849 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:00:50.148 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:00:50.679 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:00:50.679 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (5m) 27s ago 11m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:00:50.679 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (66m) 28s ago 66m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:00:50.679 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (66m) 27s ago 66m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (11m) 28s ago 66m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (51m) 28s ago 51m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (51m) 27s ago 51m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (5m) 28s ago 72m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (24m) 27s ago 65m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (72m) 28s ago 72m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (70m) 27s ago 70m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (11m) 28s ago 11m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (11m) 27s ago 11m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 28s ago 29m - - 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 27s ago 27m - - 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (66m) 28s ago 66m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (65m) 28s ago 65m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (65m) 28s ago 65m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:00:50.680 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (65m) 28s ago 65m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:00:50.681 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (63m) 27s ago 63m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:00:50.681 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (63m) 27s ago 63m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:00:50.681 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (63m) 27s ago 63m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:00:50.681 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (63m) 27s ago 63m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:00:50.681 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (11m) 27s ago 11m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:00:51.000 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:00:51.001 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:00:51.001 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:00:51.001 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:00:51.001 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:00:51.001 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:00:51.001 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:00:51.001 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:00:51.269 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:00:51.269 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:00:51.270 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:01:21.566 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (6m) 59s ago 12m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (66m) 59s ago 66m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (66m) 59s ago 66m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (12m) 59s ago 66m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (52m) 59s ago 52m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (52m) 59s ago 52m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (6m) 59s ago 72m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (24m) 59s ago 66m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (72m) 59s ago 72m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (71m) 59s ago 71m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:01:22.098 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (12m) 59s ago 12m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (12m) 59s ago 12m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 59s ago 29m - - 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 59s ago 27m - - 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (66m) 59s ago 66m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (66m) 59s ago 66m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (66m) 59s ago 66m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (65m) 59s ago 65m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (64m) 59s ago 64m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (64m) 59s ago 64m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (63m) 59s ago 63m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (63m) 59s ago 63m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:01:22.099 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (12m) 59s ago 12m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:01:22.417 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:01:22.417 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:01:22.417 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:01:22.417 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:01:22.417 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:01:22.417 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:01:22.417 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:01:22.418 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:01:22.688 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:01:22.688 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:01:22.688 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:01:22.689 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:01:22.689 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:01:22.689 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:01:22.689 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:01:22.689 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:01:22.689 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:01:22.689 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:01:22.689 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:01:52.985 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:01:53.515 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:01:53.515 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (6m) 90s ago 13m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:01:53.515 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (67m) 91s ago 67m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:01:53.515 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (67m) 90s ago 67m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:01:53.515 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (12m) 91s ago 67m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:01:53.515 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (52m) 91s ago 52m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (52m) 90s ago 52m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (6m) 91s ago 73m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (25m) 90s ago 67m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (73m) 91s ago 73m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (72m) 90s ago 72m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (12m) 91s ago 12m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (12m) 90s ago 12m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 91s ago 30m - - 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 90s ago 28m - - 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (67m) 91s ago 67m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (66m) 91s ago 66m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (66m) 91s ago 66m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (66m) 91s ago 66m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (64m) 90s ago 64m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:01:53.516 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (64m) 90s ago 64m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:01:53.517 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (64m) 90s ago 64m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:01:53.517 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (64m) 90s ago 64m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:01:53.517 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (12m) 90s ago 12m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:01:53.836 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:01:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:01:54.105 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:02:24.402 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:02:24.938 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:02:24.938 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (7m) 2m ago 13m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:02:24.938 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (67m) 2m ago 67m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:02:24.938 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (67m) 2m ago 67m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:02:24.938 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (13m) 2m ago 67m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (53m) 2m ago 53m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (53m) 2m ago 53m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (7m) 2m ago 73m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (25m) 2m ago 67m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (73m) 2m ago 73m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (72m) 2m ago 72m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (13m) 2m ago 13m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (13m) 2m ago 13m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 2m ago 30m - - 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 2m ago 28m - - 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (67m) 2m ago 67m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (67m) 2m ago 67m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (67m) 2m ago 67m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (66m) 2m ago 66m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:02:24.939 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (65m) 2m ago 65m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:02:24.940 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (65m) 2m ago 65m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:02:24.940 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (65m) 2m ago 65m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:02:24.940 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (64m) 2m ago 64m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:02:24.940 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (13m) 2m ago 13m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:02:25.260 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:02:25.260 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:02:25.260 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:02:25.260 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:02:25.260 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:02:25.260 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:02:25.261 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:02:25.532 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:02:55.827 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:02:56.361 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:02:56.361 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (8m) 2m ago 14m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:02:56.361 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (68m) 2m ago 68m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (68m) 2m ago 68m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (13m) 2m ago 68m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (53m) 2m ago 53m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (53m) 2m ago 53m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (7m) 2m ago 74m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (26m) 2m ago 68m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (74m) 2m ago 74m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (73m) 2m ago 73m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (13m) 2m ago 13m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (13m) 2m ago 13m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 2m ago 31m - - 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 2m ago 29m - - 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (68m) 2m ago 68m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (67m) 2m ago 67m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:02:56.362 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (67m) 2m ago 67m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:02:56.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (67m) 2m ago 67m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:02:56.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (65m) 2m ago 65m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:02:56.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (65m) 2m ago 65m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:02:56.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (65m) 2m ago 65m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:02:56.363 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (65m) 2m ago 65m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:02:56.363 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (13m) 2m ago 13m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:02:56.682 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:02:56.682 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:02:56.683 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:02:56.684 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:02:56.684 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:02:56.684 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:02:56.684 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:02:56.955 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:02:56.956 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:02:56.956 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:03:27.243 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:03:27.775 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:03:27.775 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (8m) 3m ago 14m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (68m) 3m ago 68m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (69m) 3m ago 69m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (14m) 3m ago 68m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (54m) 3m ago 54m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (54m) 3m ago 54m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (8m) 3m ago 74m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (26m) 3m ago 68m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (74m) 3m ago 75m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (73m) 3m ago 73m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (14m) 3m ago 14m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:03:27.776 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (14m) 3m ago 14m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 3m ago 31m - - 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3m ago 29m - - 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (68m) 3m ago 68m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (68m) 3m ago 68m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (68m) 3m ago 68m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (68m) 3m ago 68m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (66m) 3m ago 66m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (66m) 3m ago 66m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (66m) 3m ago 66m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (65m) 3m ago 65m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:03:27.777 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (14m) 3m ago 14m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:03:28.099 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:03:28.100 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:03:28.100 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:03:28.100 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:03:28.100 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:03:28.371 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:03:58.663 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:03:59.197 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:03:59.197 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (9m) 3m ago 15m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:03:59.197 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (69m) 3m ago 69m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:03:59.197 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (69m) 3m ago 69m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:03:59.197 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (14m) 3m ago 69m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:03:59.197 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (55m) 3m ago 55m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:03:59.197 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (55m) 3m ago 55m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:03:59.197 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (8m) 3m ago 75m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (27m) 3m ago 69m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (75m) 3m ago 75m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (74m) 3m ago 74m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (14m) 3m ago 14m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (14m) 3m ago 14m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 3m ago 32m - - 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3m ago 30m - - 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (69m) 3m ago 69m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (69m) 3m ago 69m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (68m) 3m ago 68m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (68m) 3m ago 68m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (66m) 3m ago 66m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (66m) 3m ago 66m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (66m) 3m ago 66m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:03:59.198 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (66m) 3m ago 66m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:03:59.199 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (14m) 3m ago 14m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:03:59.517 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:03:59.517 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:03:59.517 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:03:59.517 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:03:59.517 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:03:59.517 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:03:59.518 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:03:59.787 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:04:30.082 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (9m) 4m ago 15m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (70m) 4m ago 70m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (70m) 4m ago 70m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (15m) 4m ago 69m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (55m) 4m ago 55m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (55m) 4m ago 55m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (9m) 4m ago 75m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (27m) 4m ago 69m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (76m) 4m ago 76m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:04:30.615 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (74m) 4m ago 74m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (15m) 4m ago 15m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (15m) 4m ago 15m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 4m ago 32m - - 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 4m ago 30m - - 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (69m) 4m ago 69m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (69m) 4m ago 69m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (69m) 4m ago 69m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (69m) 4m ago 69m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (67m) 4m ago 67m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (67m) 4m ago 67m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (67m) 4m ago 67m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (66m) 4m ago 66m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:04:30.616 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (15m) 4m ago 15m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:04:30.935 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:04:30.936 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:04:30.937 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:04:30.937 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:04:30.937 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:04:31.206 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:04:31.206 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:04:31.206 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:04:31.207 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:04:31.207 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:04:31.207 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:04:31.207 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:04:31.207 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:04:31.207 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:04:31.207 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:04:31.207 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:05:01.500 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (10m) 4m ago 16m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (70m) 4m ago 70m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (70m) 4m ago 70m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (15m) 4m ago 70m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (56m) 4m ago 56m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (56m) 4m ago 56m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (9m) 4m ago 76m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (28m) 4m ago 70m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (76m) 4m ago 76m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:05:02.033 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (75m) 4m ago 75m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (16m) 4m ago 16m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (15m) 4m ago 15m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 4m ago 33m - - 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 4m ago 31m - - 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (70m) 4m ago 70m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (70m) 4m ago 70m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (69m) 4m ago 69m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (69m) 4m ago 69m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (68m) 4m ago 68m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (67m) 4m ago 67m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (67m) 4m ago 67m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (67m) 4m ago 67m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:05:02.034 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (16m) 4m ago 16m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:05:02.350 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:05:02.350 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:05:02.350 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:05:02.350 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:05:02.350 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:05:02.351 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:05:02.618 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:05:02.618 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:05:02.618 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:05:02.618 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:05:02.618 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:05:02.618 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:05:02.618 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:05:02.619 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:05:02.619 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "", 2024-01-13T13:05:02.619 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:05:02.619 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:05:32.909 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:05:33.442 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (10m) 5m ago 16m 24.8M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (71m) 5m ago 71m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (71m) 5m ago 71m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (16m) 5m ago 70m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (56m) 5m ago 56m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (56m) 5m ago 56m 26.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (10m) 5m ago 77m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 running (28m) 5m ago 70m 398M - 16.2.14-456-g445562ab 163fd1944c31 f06f23ee2c00 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (77m) 5m ago 77m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (75m) 5m ago 75m 400M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (16m) 5m ago 16m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (16m) 5m ago 16m 90.4M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:05:33.443 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 5m ago 33m - - 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 5m ago 31m - - 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (71m) 5m ago 71m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (70m) 5m ago 70m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (70m) 5m ago 70m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (70m) 5m ago 70m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (68m) 5m ago 68m 3176M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (68m) 5m ago 68m 3891M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (68m) 5m ago 68m 3486M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (67m) 5m ago 67m 5015M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:05:33.444 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (16m) 5m ago 16m 60.6M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:05:33.763 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:05:33.763 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:05:33.763 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:05:33.763 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:05:33.763 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:05:33.763 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:05:33.763 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:05:33.764 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:05:34.054 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:05:34.054 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:05:34.055 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:06:04.352 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:06:04.887 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:06:04.887 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (11m) 24s ago 17m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:06:04.887 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (71m) 5m ago 71m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (71m) 24s ago 71m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (16m) 5m ago 71m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (57m) 5m ago 57m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (57m) 24s ago 57m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (10m) 5m ago 77m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (28s) 24s ago 71m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (77m) 5m ago 77m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (76m) 24s ago 76m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (17m) 5m ago 17m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (16m) 24s ago 16m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 5m ago 34m - - 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 24s ago 32m - - 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (71m) 5m ago 71m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:06:04.888 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (71m) 5m ago 71m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:06:04.889 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (70m) 5m ago 70m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:06:04.889 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (70m) 5m ago 70m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:06:04.889 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (69m) 24s ago 69m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:06:04.889 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (68m) 24s ago 68m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:06:04.889 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (68m) 24s ago 68m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:06:04.889 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (68m) 24s ago 68m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:06:04.889 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (17m) 24s ago 17m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:06:05.207 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:06:05.208 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:06:05.209 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:06:05.209 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:06:05.209 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:06:05.478 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:06:05.478 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:06:05.478 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:06:05.478 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:06:05.479 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:06:05.479 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:06:05.479 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:06:05.479 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:06:05.479 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:06:05.479 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:06:05.479 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:06:35.773 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:06:36.304 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:06:36.304 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (11m) 56s ago 17m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:06:36.304 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (72m) 6m ago 72m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:06:36.304 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (72m) 56s ago 72m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:06:36.304 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (17m) 6m ago 71m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (57m) 6m ago 57m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (57m) 56s ago 57m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (11m) 6m ago 78m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (60s) 56s ago 71m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (78m) 6m ago 78m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (76m) 56s ago 76m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (17m) 6m ago 17m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (17m) 56s ago 17m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 6m ago 34m - - 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 56s ago 32m - - 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (72m) 6m ago 72m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (71m) 6m ago 71m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (71m) 6m ago 71m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (71m) 6m ago 71m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:06:36.305 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (69m) 56s ago 69m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:06:36.306 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (69m) 56s ago 69m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:06:36.306 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (69m) 56s ago 69m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:06:36.306 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (68m) 56s ago 68m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:06:36.306 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (17m) 56s ago 17m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:06:36.628 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:06:36.629 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:06:36.629 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:06:36.629 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:06:36.629 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:06:36.629 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:06:36.629 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:06:36.895 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:07:07.189 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (12m) 87s ago 18m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (72m) 6m ago 72m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (72m) 87s ago 72m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (17m) 6m ago 72m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (58m) 6m ago 58m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (58m) 87s ago 58m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (11m) 6m ago 78m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (91s) 87s ago 72m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (78m) 6m ago 78m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:07:07.718 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (77m) 87s ago 77m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (18m) 6m ago 18m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (18m) 87s ago 18m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 6m ago 35m - - 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 87s ago 33m - - 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (72m) 6m ago 72m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (72m) 6m ago 72m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (71m) 6m ago 71m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (71m) 6m ago 71m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (70m) 87s ago 70m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (69m) 87s ago 69m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (69m) 87s ago 69m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (69m) 87s ago 69m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:07:07.719 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (18m) 87s ago 18m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:07:08.036 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:07:08.036 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:07:08.037 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:07:08.038 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:07:08.306 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:07:08.306 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:07:08.306 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:07:08.306 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:07:08.306 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:07:08.306 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:07:08.306 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:07:08.307 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:07:08.307 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:07:08.307 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:07:08.307 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:07:38.602 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (12m) 118s ago 18m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (73m) 7m ago 73m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (73m) 118s ago 73m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (18m) 7m ago 72m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (58m) 7m ago 58m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (58m) 118s ago 58m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (12m) 7m ago 79m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:07:39.138 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (2m) 118s ago 72m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (79m) 7m ago 79m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (77m) 118s ago 77m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (18m) 7m ago 18m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (18m) 118s ago 18m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 7m ago 36m - - 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 118s ago 33m - - 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (73m) 7m ago 73m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (72m) 7m ago 72m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (72m) 7m ago 72m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (72m) 7m ago 72m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (70m) 118s ago 70m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (70m) 118s ago 70m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (70m) 118s ago 70m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (70m) 118s ago 70m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:07:39.139 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (18m) 118s ago 18m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:07:39.458 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:07:39.458 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:07:39.458 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:07:39.458 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:07:39.459 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:07:39.729 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:08:10.023 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:08:10.558 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:08:10.558 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (13m) 2m ago 19m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:08:10.558 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (73m) 7m ago 73m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:08:10.558 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (73m) 2m ago 73m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (18m) 7m ago 73m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (59m) 7m ago 59m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (59m) 2m ago 59m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (13m) 7m ago 79m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (2m) 2m ago 73m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (79m) 7m ago 79m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (78m) 2m ago 78m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (19m) 7m ago 19m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (19m) 2m ago 19m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 7m ago 36m - - 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 2m ago 34m - - 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (73m) 7m ago 73m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (73m) 7m ago 73m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:08:10.559 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (72m) 7m ago 72m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:08:10.560 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (72m) 7m ago 72m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:08:10.560 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (71m) 2m ago 71m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:08:10.560 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (70m) 2m ago 70m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:08:10.560 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (70m) 2m ago 70m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:08:10.560 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (70m) 2m ago 70m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:08:10.560 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (19m) 2m ago 19m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:08:10.878 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:08:10.879 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:08:10.879 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:08:10.879 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:08:10.879 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:08:10.879 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:08:10.879 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:08:10.879 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:08:10.879 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:08:11.147 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:08:11.147 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:08:11.147 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:08:11.147 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:08:11.147 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:08:11.147 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:08:11.147 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:08:11.147 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:08:11.148 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:08:11.148 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:08:11.148 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:08:41.436 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (13m) 3m ago 19m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (74m) 8m ago 74m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (74m) 3m ago 74m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (19m) 8m ago 73m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (59m) 8m ago 59m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (59m) 3m ago 59m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (13m) 8m ago 80m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (3m) 3m ago 73m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (80m) 8m ago 80m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:08:41.973 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (78m) 3m ago 78m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (19m) 8m ago 19m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (19m) 3m ago 19m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 8m ago 37m - - 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3m ago 35m - - 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (74m) 8m ago 74m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (73m) 8m ago 73m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (73m) 8m ago 73m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (73m) 8m ago 73m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (71m) 3m ago 71m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (71m) 3m ago 71m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (71m) 3m ago 71m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (71m) 3m ago 71m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:08:41.974 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (19m) 3m ago 19m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:08:42.297 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:08:42.298 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:08:42.567 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:09:12.862 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:09:13.398 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (14m) 3m ago 20m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (74m) 8m ago 74m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (74m) 3m ago 74m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (19m) 8m ago 74m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (60m) 8m ago 60m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (60m) 3m ago 60m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (14m) 8m ago 80m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (3m) 3m ago 74m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (80m) 8m ago 80m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (79m) 3m ago 79m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (20m) 8m ago 20m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (20m) 3m ago 20m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:09:13.399 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 8m ago 37m - - 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 3m ago 35m - - 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (74m) 8m ago 74m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (74m) 8m ago 74m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (73m) 8m ago 73m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (73m) 8m ago 73m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (72m) 3m ago 72m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (72m) 3m ago 72m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (71m) 3m ago 71m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (71m) 3m ago 71m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:09:13.400 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (20m) 3m ago 20m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:09:13.721 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:09:13.721 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:09:13.721 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:09:13.721 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:09:13.721 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:09:13.721 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:09:13.721 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:09:13.722 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:09:13.990 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:09:44.283 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (14m) 4m ago 20m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (75m) 9m ago 75m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (75m) 4m ago 75m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (20m) 9m ago 74m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (60m) 9m ago 60m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (60m) 4m ago 60m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (14m) 9m ago 81m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (4m) 4m ago 74m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (81m) 9m ago 81m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (79m) 4m ago 79m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:09:44.825 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (20m) 9m ago 20m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (20m) 4m ago 20m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 9m ago 38m - - 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 4m ago 36m - - 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (75m) 9m ago 75m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (74m) 9m ago 74m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (74m) 9m ago 74m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (74m) 9m ago 74m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (72m) 4m ago 72m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (72m) 4m ago 72m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (72m) 4m ago 72m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (72m) 4m ago 72m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:09:44.826 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (20m) 4m ago 20m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:09:45.143 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:09:45.144 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:09:45.144 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:09:45.144 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:09:45.144 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:09:45.144 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:09:45.144 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:09:45.411 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:10:15.705 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (15m) 4m ago 21m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (75m) 9m ago 75m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (75m) 4m ago 75m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (20m) 9m ago 75m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (61m) 9m ago 61m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (61m) 4m ago 61m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (15m) 9m ago 81m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (4m) 4m ago 75m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (81m) 9m ago 81m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (80m) 4m ago 80m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:10:16.234 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (21m) 9m ago 21m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (21m) 4m ago 21m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 9m ago 38m - - 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 4m ago 36m - - 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (75m) 9m ago 75m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (75m) 9m ago 75m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (75m) 9m ago 75m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (74m) 9m ago 74m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (73m) 4m ago 73m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (73m) 4m ago 73m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (72m) 4m ago 72m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (72m) 4m ago 72m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:10:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (21m) 4m ago 21m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:10:16.554 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:10:16.554 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:10:16.554 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:10:16.554 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:10:16.554 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:10:16.554 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:10:16.554 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:10:16.554 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:10:16.555 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:10:16.827 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:10:16.827 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:10:16.827 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:10:16.827 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:10:16.828 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:10:16.828 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:10:16.828 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:10:16.828 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:10:16.828 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:10:16.828 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:10:16.828 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:10:47.122 INFO:teuthology.orchestra.run.smithi133.stdout:true 2024-01-13T13:10:47.653 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:10:47.653 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (15m) 5m ago 21m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:10:47.653 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (76m) 10m ago 76m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:10:47.653 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (76m) 5m ago 76m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:10:47.653 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (21m) 10m ago 75m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:10:47.653 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (61m) 10m ago 61m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:10:47.653 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (61m) 5m ago 61m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:10:47.653 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (15m) 10m ago 82m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (5m) 5m ago 75m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (82m) 10m ago 82m 724M 2048M 15.2.13 2cf504fded39 9ef4045ebb59 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (80m) 5m ago 80m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (21m) 10m ago 21m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (21m) 5m ago 21m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 10m ago 39m - - 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 5m ago 37m - - 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (76m) 10m ago 76m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (75m) 10m ago 75m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (75m) 10m ago 75m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (75m) 10m ago 75m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (73m) 5m ago 73m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (73m) 5m ago 73m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (73m) 5m ago 73m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:10:47.654 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (73m) 5m ago 73m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:10:47.655 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (21m) 5m ago 21m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:10:47.974 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:10:47.975 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-01-13T13:10:47.975 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:10:47.975 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:10:47.975 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:10:48.243 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: "in_progress": true, 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: "services_complete": [ 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr" 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: ], 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: "progress": "2/23 daemons upgraded", 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout: "is_paused": false 2024-01-13T13:10:48.244 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:11:14.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:14 smithi133 systemd[1]: Stopping Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:11:14.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:14 smithi133 bash[126847]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon.smithi133 2024-01-13T13:11:15.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 systemd[1]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133.service: Succeeded. 2024-01-13T13:11:15.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 systemd[1]: Stopped Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715. 2024-01-13T13:11:15.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 systemd[1]: Starting Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:11:15.871 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.580+0000 7f4bade71880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T13:11:15.871 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.580+0000 7f4bade71880 0 ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable), process ceph-mon, pid 1 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.580+0000 7f4bade71880 0 pidfile_write: ignore empty --pid-file 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.584+0000 7f4bade71880 0 load: jerasure load: lrc load: isa 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: RocksDB version: 6.8.1 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Compile date Jan 12 2024 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: DB SUMMARY 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: CURRENT file: CURRENT 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 6677 Bytes 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi133/store.db dir, Total Num: 1, files: 000148.sst 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi133/store.db: 000146.log size: 3432887 ; 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.error_if_exists: 0 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.create_if_missing: 0 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 bash[127042]: c8cfe45b428e18057c60ace8a7d095b1ee492d3e47aca0a522ca0f235484df3a 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T13:11:15.873 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.env: 0x5561c4b5a080 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.fs: Posix File System 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.info_log: 0x5561c6e50560 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.statistics: (nil) 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.use_fsync: 0 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T13:11:15.874 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.db_log_dir: 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi133/store.db 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T13:11:15.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.write_buffer_manager: 0x5561c7b42420 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.unordered_write: 0 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T13:11:15.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.row_cache: None 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.wal_filter: None 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.two_write_queues: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.atomic_flush: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.log_readahead_size: 0 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T13:11:15.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T13:11:15.878 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T13:11:15.878 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.max_open_files: -1 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Compression algorithms supported: 2024-01-13T13:11:15.880 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: kZSTD supported: 0 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: kXpressCompression supported: 0 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: kZlibCompression supported: 1 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.585+0000 7f4bade71880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi133/store.db/MANIFEST-000008 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.merge_operator: 2024-01-13T13:11:15.881 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_filter: None 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5561c6df5d28) 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cache_index_and_filter_blocks: 1 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: pin_top_level_index_and_filter: 1 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: index_type: 0 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: data_block_index_type: 0 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: index_shortening: 1 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: data_block_hash_table_util_ratio: 0.750000 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: hash_index_allow_collision: 1 2024-01-13T13:11:15.882 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: checksum: 1 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: no_block_cache: 0 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: block_cache: 0x5561c6e2af10 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: block_cache_name: BinnedLRUCache 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: block_cache_options: 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: capacity : 536870912 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: num_shard_bits : 4 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: strict_capacity_limit : 0 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: high_pri_pool_ratio: 0.000 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: block_cache_compressed: (nil) 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: persistent_cache: (nil) 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: block_size: 4096 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: block_size_deviation: 10 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: block_restart_interval: 16 2024-01-13T13:11:15.883 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: index_block_restart_interval: 1 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: metadata_block_size: 4096 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: partition_filters: 0 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: use_delta_encoding: 1 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: whole_key_filtering: 1 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: verify_compression: 0 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: read_amp_bytes_per_bit: 0 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: format_version: 2 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: enable_index_compression: 1 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: block_align: 0 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compression: NoCompression 2024-01-13T13:11:15.884 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.num_levels: 7 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T13:11:15.885 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T13:11:15.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T13:11:15.887 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.table_properties_collectors: 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.bloom_locality: 0 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T13:11:15.888 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.ttl: 2592000 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi133/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 150, last_sequence is 66250, log_number is 146,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 146 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705151475587805, "job": 1, "event": "recovery_started", "log_files": [146]} 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.586+0000 7f4bade71880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #146 mode 2 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 systemd[1]: Started Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715. 2024-01-13T13:11:15.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.590+0000 7f4bade71880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.596+0000 7f4bade71880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705151475597299, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 150, "file_size": 3423857, "table_properties": {"data_size": 3419628, "index_size": 2958, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 453, "raw_key_size": 3336, "raw_average_key_size": 22, "raw_value_size": 3415136, "raw_average_value_size": 23075, "num_data_blocks": 92, "num_entries": 148, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705151475, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.596+0000 7f4bade71880 4 rocksdb: [version_set.cc:3826] Creating manifest 151 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.599+0000 7f4bade71880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705151475600299, "job": 1, "event": "recovery_finished"} 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.600+0000 7f4bade71880 4 rocksdb: DB pointer 0x5561c6ef3800 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.600+0000 7f4b94c65700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.600+0000 7f4b94c65700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ** DB Stats ** 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.890 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ** Compaction Stats [default] ** 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: L0 1/0 3.27 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 486.8 0.01 0.00 1 0.007 0 0 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: L6 1/0 45.12 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Sum 2/0 48.39 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 486.8 0.01 0.00 1 0.007 0 0 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 486.8 0.01 0.00 1 0.007 0 0 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ** Compaction Stats [default] ** 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T13:11:15.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 486.8 0.01 0.00 1 0.007 0 0 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Flush(GB): cumulative 0.003, interval 0.003 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Cumulative compaction: 0.00 GB write, 224.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Interval compaction: 0.00 GB write, 224.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ** Compaction Stats [default] ** 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: L0 1/0 3.27 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 486.8 0.01 0.00 1 0.007 0 0 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: L6 1/0 45.12 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Sum 2/0 48.39 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 486.8 0.01 0.00 1 0.007 0 0 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ** Compaction Stats [default] ** 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 486.8 0.01 0.00 1 0.007 0 0 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T13:11:15.893 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Flush(GB): cumulative 0.003, interval 0.000 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Cumulative compaction: 0.00 GB write, 223.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 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-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.601+0000 7f4bade71880 0 starting mon.smithi133 rank 0 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi133 fsid 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.602+0000 7f4bade71880 1 mon.smithi133@-1(???) e2 preinit fsid 9a23abc2-b209-11ee-95ac-87774f69a715 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.602+0000 7f4bade71880 0 mon.smithi133@-1(???).mds e8 new map 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.602+0000 7f4bade71880 0 mon.smithi133@-1(???).mds e8 print_map 2024-01-13T13:11:15.894 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: e8 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: legacy client fscid: 1 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Filesystem 'foofs' (1) 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: fs_name foofs 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: epoch 5 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: flags 12 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: created 2024-01-13T11:58:32.507862+0000 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: modified 2024-01-13T12:09:00.277884+0000 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: tableserver 0 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: root 0 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: session_timeout 60 2024-01-13T13:11:15.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: session_autoclose 300 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: max_file_size 1099511627776 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: required_client_features {} 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: last_failure 0 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: last_failure_osd_epoch 0 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: max_mds 1 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: in 0 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: up {0=15402} 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: failed 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: damaged 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: stopped 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: data_pools [3] 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: metadata_pool 2 2024-01-13T13:11:15.896 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: inline_data disabled 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: balancer 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: standby_count_wanted 1 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: [mds.foofs.smithi133.clzuqs{0:15402} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.133:6834/4244941637,v1:172.21.15.133:6835/4244941637] compat {c=[1],r=[1],i=[7ff]}] 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Standby daemons: 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: [mds.foofs.smithi187.pdkwgu{-1:24789} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.187:6832/1257240335,v1:172.21.15.187:6833/1257240335] compat {c=[1],r=[1],i=[7ff]}] 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.602+0000 7f4bade71880 0 mon.smithi133@-1(???).osd e65 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.602+0000 7f4bade71880 0 mon.smithi133@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.602+0000 7f4bade71880 0 mon.smithi133@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.602+0000 7f4bade71880 0 mon.smithi133@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T13:11:15.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cephadm 2024-01-13T13:11:12.109986+0000 mgr.smithi133.tqxoyx (mgr.18458) 428 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9a23abc2-b209-11ee-95ac-87774f69a715-node-exporter-smithi187 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: /bin/podman: stderr Error: no such container ceph-9a23abc2-b209-11ee-95ac-87774f69a715-node-exporter-smithi187 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9a23abc2-b209-11ee-95ac-87774f69a715-node-exporter.smithi187 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: /bin/podman: stderr Error: no such container ceph-9a23abc2-b209-11ee-95ac-87774f69a715-node-exporter.smithi187 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Reconfig daemon node-exporter.smithi187 ... 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Non-zero exit code 1 from systemctl restart ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: systemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because the control process exited with error code. 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: systemctl: stderr See "systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service" and "journalctl -xe" for details. 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Traceback (most recent call last): 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: main() 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: r = ctx.func(ctx) 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: return func(ctx) 2024-01-13T13:11:15.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ports=daemon_ports) 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: RuntimeError: Failed command: systemctl restart ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187: Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because the control process exited with error code. 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: See "systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service" and "journalctl -xe" for details. 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Traceback (most recent call last): 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: yield (conn, connr) 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: code, '\n'.join(err))) 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9a23abc2-b209-11ee-95ac-87774f69a715-node-exporter-smithi187 2024-01-13T13:11:15.899 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: /bin/podman: stderr Error: no such container ceph-9a23abc2-b209-11ee-95ac-87774f69a715-node-exporter-smithi187 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9a23abc2-b209-11ee-95ac-87774f69a715-node-exporter.smithi187 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: /bin/podman: stderr Error: no such container ceph-9a23abc2-b209-11ee-95ac-87774f69a715-node-exporter.smithi187 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Reconfig daemon node-exporter.smithi187 ... 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Non-zero exit code 1 from systemctl restart ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: systemctl: stderr Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because the control process exited with error code. 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: systemctl: stderr See "systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service" and "journalctl -xe" for details. 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: Traceback (most recent call last): 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: main() 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: r = ctx.func(ctx) 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-01-13T13:11:15.900 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: return func(ctx) 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: ports=daemon_ports) 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: File "/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: RuntimeError: Failed command: systemctl restart ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187: Job for ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service failed because the control process exited with error code. 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: See "systemctl status ceph-9a23abc2-b209-11ee-95ac-87774f69a715@node-exporter.smithi187.service" and "journalctl -xe" for details. 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cephadm 2024-01-13T13:11:12.115848+0000 mgr.smithi133.tqxoyx (mgr.18458) 429 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:12.611969+0000 mgr.smithi133.tqxoyx (mgr.18458) 430 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:13.188357+0000 mon.smithi133 (mon.0) 1378 : audit [INF] from='mgr.18458 172.21.15.133:0/67167362' entity='mgr.smithi133.tqxoyx' 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:13.188917+0000 mon.smithi133 (mon.0) 1379 : audit [INF] from='mgr.18458 172.21.15.133:0/67167362' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T13:11:15.901 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:13.189374+0000 mon.smithi133 (mon.0) 1380 : audit [DBG] from='mgr.18458 172.21.15.133:0/67167362' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T13:11:15.902 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:13.189816+0000 mon.smithi133 (mon.0) 1381 : audit [DBG] from='mgr.18458 172.21.15.133:0/67167362' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T13:11:15.902 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:13.190624+0000 mon.smithi133 (mon.0) 1382 : audit [DBG] from='mgr.18458 172.21.15.133:0/67167362' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mon.smithi133","key": "container_image"}]: dispatch 2024-01-13T13:11:15.902 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:11:15.602+0000 7f4bade71880 1 mon.smithi133@-1(???).paxosservice(auth 1..61) refresh upgraded, format 0 -> 3 2024-01-13T13:11:16.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:14.261937+0000 mon.smithi187 (mon.1) 567 : audit [DBG] from='mgr.18458 172.21.15.133:0/67167362' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-13T13:11:16.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:14.262695+0000 mon.smithi187 (mon.1) 568 : audit [DBG] from='mgr.18458 172.21.15.133:0/67167362' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-13T13:11:16.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:14.612783+0000 mgr.smithi133.tqxoyx (mgr.18458) 433 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:16.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.810747+0000 mon.smithi133 (mon.0) 1 : cluster [INF] mon.smithi133 calling monitor election 2024-01-13T13:11:16.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.824642+0000 mon.smithi133 (mon.0) 2 : cluster [INF] mon.smithi133 is new leader, mons smithi133,smithi187 in quorum (ranks 0,1) 2024-01-13T13:11:16.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.829650+0000 mon.smithi133 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0],smithi187=[v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0]} removed_ranks: {} 2024-01-13T13:11:16.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.830107+0000 mon.smithi133 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.clzuqs=up:active} 1 up:standby 2024-01-13T13:11:16.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.830143+0000 mon.smithi133 (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-13T13:11:16.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.831094+0000 mon.smithi133 (mon.0) 6 : cluster [DBG] mgrmap e40: smithi133.tqxoyx(active, since 11m), standbys: smithi187.npkohp 2024-01-13T13:11:16.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.840597+0000 mon.smithi133 (mon.0) 7 : cluster [DBG] mgrmap e41: smithi133.tqxoyx(active, since 11m), standbys: smithi187.npkohp 2024-01-13T13:11:16.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.841113+0000 mon.smithi133 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-01-13T13:11:16.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.841126+0000 mon.smithi133 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-01-13T13:11:16.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.841134+0000 mon.smithi133 (mon.0) 10 : cluster [WRN] daemon node-exporter.smithi133 on smithi133 is in error state 2024-01-13T13:11:16.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:15.841142+0000 mon.smithi133 (mon.0) 11 : cluster [WRN] daemon node-exporter.smithi187 on smithi187 is in error state 2024-01-13T13:11:16.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:15 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:15.850535+0000 mon.smithi133 (mon.0) 12 : audit [INF] from='mgr.18458 ' entity='' 2024-01-13T13:11:18.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:17 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:16.843360+0000 mon.smithi133 (mon.0) 13 : cluster [DBG] mgrmap e42: smithi133.tqxoyx(active, since 11m), standbys: smithi187.npkohp 2024-01-13T13:11:21.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:21.176748+0000 mon.smithi133 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi187.npkohp restarted 2024-01-13T13:11:21.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:21.176860+0000 mon.smithi133 (mon.0) 15 : cluster [DBG] Standby manager daemon smithi187.npkohp started 2024-01-13T13:11:21.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:21.178259+0000 mon.smithi187 (mon.1) 569 : audit [DBG] from='mgr.? 172.21.15.187:0/3192001863' entity='mgr.smithi187.npkohp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.npkohp/crt"}]: dispatch 2024-01-13T13:11:21.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:21.178817+0000 mon.smithi187 (mon.1) 570 : audit [DBG] from='mgr.? 172.21.15.187:0/3192001863' entity='mgr.smithi187.npkohp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T13:11:21.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:21.180749+0000 mon.smithi187 (mon.1) 571 : audit [DBG] from='mgr.? 172.21.15.187:0/3192001863' entity='mgr.smithi187.npkohp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.npkohp/key"}]: dispatch 2024-01-13T13:11:21.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:21.181744+0000 mon.smithi187 (mon.1) 572 : audit [DBG] from='mgr.? 172.21.15.187:0/3192001863' entity='mgr.smithi187.npkohp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T13:11:21.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:21.212539+0000 mon.smithi133 (mon.0) 16 : cluster [INF] Active manager daemon smithi133.tqxoyx restarted 2024-01-13T13:11:21.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:21.212808+0000 mon.smithi133 (mon.0) 17 : cluster [INF] Activating manager daemon smithi133.tqxoyx 2024-01-13T13:11:21.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:21.218485+0000 mon.smithi133 (mon.0) 18 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-13T13:11:21.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:21 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:21.218771+0000 mon.smithi133 (mon.0) 19 : cluster [DBG] mgrmap e43: smithi133.tqxoyx(active, starting, since 0.00604091s), standbys: smithi187.npkohp 2024-01-13T13:11:27.320 INFO:teuthology.orchestra.run.smithi133.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-13T13:11:27.320 INFO:teuthology.orchestra.run.smithi133.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-13T13:11:27.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.220354+0000 mon.smithi133 (mon.0) 20 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-13T13:11:27.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.220646+0000 mon.smithi133 (mon.0) 21 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-13T13:11:27.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.221489+0000 mon.smithi133 (mon.0) 22 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.clzuqs"}]: dispatch 2024-01-13T13:11:27.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.221781+0000 mon.smithi133 (mon.0) 23 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi187.pdkwgu"}]: dispatch 2024-01-13T13:11:27.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.222073+0000 mon.smithi133 (mon.0) 24 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mgr metadata", "who": "smithi133.tqxoyx", "id": "smithi133.tqxoyx"}]: dispatch 2024-01-13T13:11:27.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.222347+0000 mon.smithi133 (mon.0) 25 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mgr metadata", "who": "smithi187.npkohp", "id": "smithi187.npkohp"}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.222561+0000 mon.smithi133 (mon.0) 26 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.222947+0000 mon.smithi133 (mon.0) 27 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.223275+0000 mon.smithi133 (mon.0) 28 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.223622+0000 mon.smithi133 (mon.0) 29 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.223951+0000 mon.smithi133 (mon.0) 30 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.224211+0000 mon.smithi133 (mon.0) 31 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.224408+0000 mon.smithi133 (mon.0) 32 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.224679+0000 mon.smithi133 (mon.0) 33 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.224929+0000 mon.smithi133 (mon.0) 34 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.225204+0000 mon.smithi133 (mon.0) 35 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.225684+0000 mon.smithi133 (mon.0) 36 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.226567+0000 mon.smithi133 (mon.0) 37 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T13:11:27.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.227507+0000 mon.smithi133 (mon.0) 38 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.227849+0000 mon.smithi133 (mon.0) 39 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.228183+0000 mon.smithi133 (mon.0) 40 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.228497+0000 mon.smithi133 (mon.0) 41 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.228815+0000 mon.smithi133 (mon.0) 42 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi133"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.229171+0000 mon.smithi133 (mon.0) 43 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi187"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.229510+0000 mon.smithi133 (mon.0) 44 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.229813+0000 mon.smithi133 (mon.0) 45 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.230137+0000 mon.smithi133 (mon.0) 46 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.230442+0000 mon.smithi133 (mon.0) 47 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi133/grafana_crt"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.230750+0000 mon.smithi133 (mon.0) 48 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi133/grafana_key"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.231067+0000 mon.smithi133 (mon.0) 49 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.231372+0000 mon.smithi133 (mon.0) 50 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.231681+0000 mon.smithi133 (mon.0) 51 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.231988+0000 mon.smithi133 (mon.0) 52 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.232284+0000 mon.smithi133 (mon.0) 53 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T13:11:27.549 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.232582+0000 mon.smithi133 (mon.0) 54 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.232879+0000 mon.smithi133 (mon.0) 55 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.233171+0000 mon.smithi133 (mon.0) 56 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.233470+0000 mon.smithi133 (mon.0) 57 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.233770+0000 mon.smithi133 (mon.0) 58 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.234095+0000 mon.smithi133 (mon.0) 59 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.234396+0000 mon.smithi133 (mon.0) 60 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.234688+0000 mon.smithi133 (mon.0) 61 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.235012+0000 mon.smithi133 (mon.0) 62 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.235304+0000 mon.smithi133 (mon.0) 63 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.235598+0000 mon.smithi133 (mon.0) 64 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.235896+0000 mon.smithi133 (mon.0) 65 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.236197+0000 mon.smithi133 (mon.0) 66 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.236491+0000 mon.smithi133 (mon.0) 67 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.236791+0000 mon.smithi133 (mon.0) 68 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.237096+0000 mon.smithi133 (mon.0) 69 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T13:11:27.550 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:27.262715+0000 mon.smithi133 (mon.0) 70 : cluster [INF] Manager daemon smithi133.tqxoyx is now available 2024-01-13T13:11:27.674 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph orch ps' 2024-01-13T13:11:28.568 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:27.320184+0000 mon.smithi133 (mon.0) 71 : cluster [DBG] mgrmap e44: smithi133.tqxoyx(active, since 6s), standbys: smithi187.npkohp 2024-01-13T13:11:28.568 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.320283+0000 mgr.smithi133.tqxoyx (mgr.34102) 1 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T13:11:28.568 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:27.329471+0000 mgr.smithi133.tqxoyx (mgr.34102) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:28.569 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.378405+0000 mon.smithi133 (mon.0) 72 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T13:11:28.569 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.379725+0000 mon.smithi133 (mon.0) 73 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T13:11:28.569 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.433048+0000 mon.smithi133 (mon.0) 74 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.tqxoyx/mirror_snapshot_schedule"}]: dispatch 2024-01-13T13:11:28.569 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.446812+0000 mon.smithi133 (mon.0) 75 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.tqxoyx/trash_purge_schedule"}]: dispatch 2024-01-13T13:11:28.569 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.909615+0000 mon.smithi133 (mon.0) 76 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' 2024-01-13T13:11:28.569 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:27.915876+0000 mon.smithi133 (mon.0) 77 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T13:11:28.569 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.027355+0000 mon.smithi133 (mon.0) 78 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' 2024-01-13T13:11:28.569 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.028164+0000 mon.smithi133 (mon.0) 79 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (16m) 5m ago 22m 24.7M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (76m) 11m ago 76m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (77m) 5m ago 77m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (22m) 11m ago 76m 40.5M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (62m) 11m ago 62m 41.6M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (62m) 5m ago 62m 27.4M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (16m) 11m ago 82m 429M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (5m) 5m ago 76m 50.1M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 starting - - - 2048M 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (81m) 5m ago 81m 391M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:11:28.941 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (22m) 11m ago 22m 91.5M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (22m) 5m ago 22m 90.5M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 11m ago 39m - - 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 5m ago 37m - - 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (76m) 11m ago 76m 3356M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (76m) 11m ago 76m 3781M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (76m) 11m ago 76m 2591M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (76m) 11m ago 76m 3789M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (74m) 5m ago 74m 3192M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (74m) 5m ago 74m 3905M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (74m) 5m ago 74m 3501M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (73m) 5m ago 73m 5031M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:11:28.942 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (22m) 5m ago 22m 65.3M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:11:29.397 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph versions' 2024-01-13T13:11:29.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:28.316657+0000 mon.smithi133 (mon.0) 80 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2024-01-13T13:11:29.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:28.316687+0000 mon.smithi133 (mon.0) 81 : cluster [INF] Cluster is now healthy 2024-01-13T13:11:29.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.934465+0000 mon.smithi133 (mon.0) 82 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mon.smithi133","key": "mon_memory_target"}]: dispatch 2024-01-13T13:11:29.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.934828+0000 mon.smithi133 (mon.0) 83 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:29.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.935149+0000 mon.smithi133 (mon.0) 84 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:29.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.935431+0000 mon.smithi133 (mon.0) 85 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:29.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.935711+0000 mon.smithi133 (mon.0) 86 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:29.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.937567+0000 mon.smithi133 (mon.0) 87 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mon.smithi187","key": "mon_memory_target"}]: dispatch 2024-01-13T13:11:29.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.937878+0000 mon.smithi133 (mon.0) 88 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:29.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.938255+0000 mon.smithi133 (mon.0) 89 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:29.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.938876+0000 mon.smithi133 (mon.0) 90 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:29.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:29 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.939289+0000 mon.smithi133 (mon.0) 91 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:30.512 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:30 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:28.932329+0000 mgr.smithi133.tqxoyx (mgr.34102) 3 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T13:11:30.513 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:30 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:29.223827+0000 mgr.smithi133.tqxoyx (mgr.34102) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:30.513 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:30 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:29.330181+0000 mon.smithi133 (mon.0) 92 : cluster [DBG] mgrmap e45: smithi133.tqxoyx(active, since 8s), standbys: smithi187.npkohp 2024-01-13T13:11:30.752 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:11:30.752 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:11:30.752 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T13:11:30.752 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-01-13T13:11:30.753 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 3 2024-01-13T13:11:30.754 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:11:30.754 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:11:31.156 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:30.757152+0000 mon.smithi133 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.133:0/3356008078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.142706+0000 mon.smithi133 (mon.0) 94 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.409591+0000 mon.smithi133 (mon.0) 95 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.409969+0000 mon.smithi133 (mon.0) 96 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.410281+0000 mon.smithi133 (mon.0) 97 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.410554+0000 mon.smithi133 (mon.0) 98 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.410821+0000 mon.smithi133 (mon.0) 99 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.411100+0000 mon.smithi133 (mon.0) 100 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.411364+0000 mon.smithi133 (mon.0) 101 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.411629+0000 mon.smithi133 (mon.0) 102 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.411905+0000 mon.smithi133 (mon.0) 103 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi187.pdkwgu","key": "mds_cache_memory_limit"}]: dispatch 2024-01-13T13:11:31.781 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:31 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:31.412169+0000 mon.smithi133 (mon.0) 104 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:32.222 INFO:teuthology.orchestra.run.smithi133.stdout:wait for servicemap items w/ changing names to refresh 2024-01-13T13:11:32.587 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'sleep 60' 2024-01-13T13:11:32.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:32 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:31.224280+0000 mgr.smithi133.tqxoyx (mgr.34102) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:32.832609+0000 mon.smithi133 (mon.0) 105 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.170990+0000 mon.smithi133 (mon.0) 106 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.171350+0000 mon.smithi133 (mon.0) 107 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.171629+0000 mon.smithi133 (mon.0) 108 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.171881+0000 mon.smithi133 (mon.0) 109 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.172166+0000 mon.smithi133 (mon.0) 110 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.172439+0000 mon.smithi133 (mon.0) 111 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.172708+0000 mon.smithi133 (mon.0) 112 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.172976+0000 mon.smithi133 (mon.0) 113 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T13:11:33.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.173241+0000 mon.smithi133 (mon.0) 114 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi133.clzuqs","key": "mds_cache_memory_limit"}]: dispatch 2024-01-13T13:11:33.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.173491+0000 mon.smithi133 (mon.0) 115 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T13:11:33.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.173902+0000 mon.smithi133 (mon.0) 116 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T13:11:33.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.174465+0000 mon.smithi133 (mon.0) 117 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T13:11:33.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.178288+0000 mon.smithi133 (mon.0) 118 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' 2024-01-13T13:11:33.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.180685+0000 mon.smithi133 (mon.0) 119 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-01-13T13:11:33.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:33 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:11:33.184005+0000 mon.smithi133 (mon.0) 120 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' 2024-01-13T13:11:35.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:34 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cephadm 2024-01-13T13:11:33.174985+0000 mgr.smithi133.tqxoyx (mgr.34102) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-01-13T13:11:35.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:34 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:33.175825+0000 mgr.smithi133.tqxoyx (mgr.34102) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail; 525 B/s wr, 0 op/s 2024-01-13T13:11:35.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:34 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cephadm 2024-01-13T13:11:33.185602+0000 mgr.smithi133.tqxoyx (mgr.34102) 8 : cephadm [INF] Reconfiguring node-exporter.smithi133 (unknown last config time)... 2024-01-13T13:11:35.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:34 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cephadm 2024-01-13T13:11:33.185719+0000 mgr.smithi133.tqxoyx (mgr.34102) 9 : cephadm [INF] Reconfiguring daemon node-exporter.smithi133 on smithi133 2024-01-13T13:11:35.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:34 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:33.830301+0000 mon.smithi133 (mon.0) 121 : cluster [WRN] Health check failed: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-01-13T13:11:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:36 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:35.176383+0000 mgr.smithi133.tqxoyx (mgr.34102) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail; 391 B/s wr, 0 op/s 2024-01-13T13:11:39.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:38 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:37.176975+0000 mgr.smithi133.tqxoyx (mgr.34102) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail; 311 B/s wr, 0 op/s 2024-01-13T13:11:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:40 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:39.177733+0000 mgr.smithi133.tqxoyx (mgr.34102) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail; 259 B/s wr, 0 op/s 2024-01-13T13:11:43.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:42 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:41.178223+0000 mgr.smithi133.tqxoyx (mgr.34102) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail; 256 B/s wr, 0 op/s 2024-01-13T13:11:45.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:44 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:43.179158+0000 mgr.smithi133.tqxoyx (mgr.34102) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail; 256 B/s wr, 0 op/s 2024-01-13T13:11:47.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:46 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:45.179779+0000 mgr.smithi133.tqxoyx (mgr.34102) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:48 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:47.180263+0000 mgr.smithi133.tqxoyx (mgr.34102) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:50 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:49.181223+0000 mgr.smithi133.tqxoyx (mgr.34102) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:53.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:52 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:51.181868+0000 mgr.smithi133.tqxoyx (mgr.34102) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:54 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:53.182779+0000 mgr.smithi133.tqxoyx (mgr.34102) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:57.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:56 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:55.183400+0000 mgr.smithi133.tqxoyx (mgr.34102) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:11:59.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:11:58 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:57.183891+0000 mgr.smithi133.tqxoyx (mgr.34102) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:01.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:00 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:11:59.184594+0000 mgr.smithi133.tqxoyx (mgr.34102) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:03.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:02 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:01.185087+0000 mgr.smithi133.tqxoyx (mgr.34102) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:05.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:04 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:03.186014+0000 mgr.smithi133.tqxoyx (mgr.34102) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:07.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:06 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:05.186388+0000 mgr.smithi133.tqxoyx (mgr.34102) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:08.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:07 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:07.186892+0000 mgr.smithi133.tqxoyx (mgr.34102) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:10.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:10 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:09.187570+0000 mgr.smithi133.tqxoyx (mgr.34102) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:12.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:12 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:11.188235+0000 mgr.smithi133.tqxoyx (mgr.34102) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:14.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:14 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:13.188987+0000 mgr.smithi133.tqxoyx (mgr.34102) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:16.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:16 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:15.189601+0000 mgr.smithi133.tqxoyx (mgr.34102) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:18.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:18 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:17.190060+0000 mgr.smithi133.tqxoyx (mgr.34102) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:20.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:20 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:19.190807+0000 mgr.smithi133.tqxoyx (mgr.34102) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:22.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:22 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:21.191308+0000 mgr.smithi133.tqxoyx (mgr.34102) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:24.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:24 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:23.191989+0000 mgr.smithi133.tqxoyx (mgr.34102) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:26.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:26 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:25.192542+0000 mgr.smithi133.tqxoyx (mgr.34102) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:27.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:27.268282+0000 mon.smithi133 (mon.0) 122 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-01-13T13:12:27.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:27.268605+0000 mon.smithi133 (mon.0) 123 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-01-13T13:12:27.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:27.268869+0000 mon.smithi133 (mon.0) 124 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-01-13T13:12:27.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:27 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:27.269122+0000 mon.smithi133 (mon.0) 125 : audit [INF] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-01-13T13:12:28.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:28 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:27.193039+0000 mgr.smithi133.tqxoyx (mgr.34102) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:30.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:30 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:29.193807+0000 mgr.smithi133.tqxoyx (mgr.34102) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:32 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:31.194269+0000 mgr.smithi133.tqxoyx (mgr.34102) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:33.979 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph orch ps' 2024-01-13T13:12:34.903 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:34 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:33.195224+0000 mgr.smithi133.tqxoyx (mgr.34102) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi187 smithi187 *:9093,9094 running (17m) 64s ago 23m 25.1M - 0.23.0 ba2b418f427c fc9cff312811 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi133 smithi133 running (78m) 62s ago 78m 6865k - 15.2.13 2cf504fded39 508de6c95a2c 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:crash.smithi187 smithi187 running (78m) 64s ago 78m 6865k - 15.2.13 2cf504fded39 3de63d951f1f 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 running (23m) 62s ago 77m 41.4M - 6.7.4 557c83e11646 f62239de2594 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi133.clzuqs smithi133 running (63m) 62s ago 63m 42.2M - 15.2.13 2cf504fded39 31e8c52912ae 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:mds.foofs.smithi187.pdkwgu smithi187 running (63m) 64s ago 63m 27.6M - 15.2.13 2cf504fded39 d96d17a9ae3c 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi133.tqxoyx smithi133 *:8443,9283 running (17m) 62s ago 84m 436M - 16.2.14-456-g445562ab 163fd1944c31 64f2284f6f87 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.smithi187.npkohp smithi187 *:8443,9283 running (6m) 64s ago 77m 390M - 16.2.14-456-g445562ab 163fd1944c31 1dae4ab076a1 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi133 smithi133 running (79s) 62s ago 84m 42.0M 2048M 16.2.14-456-g445562ab 163fd1944c31 c8cfe45b428e 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:mon.smithi187 smithi187 running (82m) 64s ago 82m 420M 2048M 15.2.13 2cf504fded39 ec1a5de8772e 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.0.0.smithi133.ojtwhh smithi133 *:2049 running (23m) 62s ago 23m 94.4M - 3.3 2cf504fded39 ab45f55e5fea 2024-01-13T13:12:35.272 INFO:teuthology.orchestra.run.smithi133.stdout:nfs.foo.1.0.smithi187.iokszs smithi187 *:2049 running (23m) 64s ago 23m 90.7M - 3.3 2cf504fded39 4af099793567 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 error 62s ago 40m - - 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi187 smithi187 error 64s ago 38m - - 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (78m) 62s ago 78m 3389M 4096M 15.2.13 2cf504fded39 25f9da702a29 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi133 running (77m) 62s ago 77m 3820M 4096M 15.2.13 2cf504fded39 5854ee158d2a 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi133 running (77m) 62s ago 77m 2615M 4096M 15.2.13 2cf504fded39 1444ccb29ffd 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:osd.3 smithi133 running (77m) 62s ago 77m 3825M 4096M 15.2.13 2cf504fded39 189d843fbf6f 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:osd.4 smithi187 running (75m) 64s ago 75m 3211M 4096M 15.2.13 2cf504fded39 b5925b3bc9f8 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:osd.5 smithi187 running (75m) 64s ago 75m 3922M 4096M 15.2.13 2cf504fded39 a5f7c00af508 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:osd.6 smithi187 running (75m) 64s ago 75m 3516M 4096M 15.2.13 2cf504fded39 79d14da8a09a 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:osd.7 smithi187 running (74m) 64s ago 74m 5052M 4096M 15.2.13 2cf504fded39 4627cbb7a851 2024-01-13T13:12:35.273 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi187 smithi187 *:9095 running (23m) 64s ago 23m 65.8M - 2.33.4 514e6a882f6e 8888a81a380f 2024-01-13T13:12:35.626 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph versions' 2024-01-13T13:12:35.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.266659+0000 mon.smithi133 (mon.0) 126 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mon.smithi133","key": "mon_memory_target"}]: dispatch 2024-01-13T13:12:35.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.267044+0000 mon.smithi133 (mon.0) 127 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T13:12:35.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.267319+0000 mon.smithi133 (mon.0) 128 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T13:12:35.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.267604+0000 mon.smithi133 (mon.0) 129 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T13:12:35.876 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.267911+0000 mon.smithi133 (mon.0) 130 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T13:12:35.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.269685+0000 mon.smithi133 (mon.0) 131 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "mon.smithi187","key": "mon_memory_target"}]: dispatch 2024-01-13T13:12:35.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.269993+0000 mon.smithi133 (mon.0) 132 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T13:12:35.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.270265+0000 mon.smithi133 (mon.0) 133 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T13:12:35.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.270566+0000 mon.smithi133 (mon.0) 134 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T13:12:35.877 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:35 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.270830+0000 mon.smithi133 (mon.0) 135 : audit [DBG] from='mgr.34102 172.21.15.133:0/2425037191' entity='mgr.smithi133.tqxoyx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T13:12:36.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:36 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:35.195601+0000 mgr.smithi133.tqxoyx (mgr.34102) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:36.886 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:36 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:35.264767+0000 mgr.smithi133.tqxoyx (mgr.34102) 41 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T13:12:36.919 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-01-13T13:12:36.919 INFO:teuthology.orchestra.run.smithi133.stdout: "mon": { 2024-01-13T13:12:36.919 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-13T13:12:36.919 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T13:12:36.919 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: "mgr": { 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: "osd": { 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: "mds": { 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: }, 2024-01-13T13:12:36.920 INFO:teuthology.orchestra.run.smithi133.stdout: "overall": { 2024-01-13T13:12:36.921 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-01-13T13:12:36.921 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 3 2024-01-13T13:12:36.921 INFO:teuthology.orchestra.run.smithi133.stdout: } 2024-01-13T13:12:36.921 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-01-13T13:12:37.301 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-13T13:12:37.902 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:37 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:36.924283+0000 mon.smithi133 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.133:0/3285316240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T13:12:38.614 INFO:teuthology.orchestra.run.smithi133.stdout:false 2024-01-13T13:12:38.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:38 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: cluster 2024-01-13T13:12:37.196031+0000 mgr.smithi133.tqxoyx (mgr.34102) 42 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 170 MiB data, 516 MiB used, 707 GiB / 715 GiB avail 2024-01-13T13:12:38.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:38 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: audit 2024-01-13T13:12:38.607526+0000 mon.smithi133 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.133:0/698497049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T13:12:38.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T13:12:38.983 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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1058, in shell File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 34, in _shell 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 smithi133 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 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-13T13:12:39.178 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2952bd56455c4fd5bd185432de76a439 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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1058, in shell File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 34, in _shell 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 smithi133 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 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-13T13:12:39.181 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-13T13:12:39.190 INFO:tasks.cephadm:Teardown begin 2024-01-13T13:12:39.190 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T13:12:39.235 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T13:12:39.274 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-13T13:12:39.274 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-13T13:12:39.293 DEBUG:teuthology.orchestra.run.smithi187:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-13T13:12:39.334 INFO:tasks.cephadm:Stopping all daemons... 2024-01-13T13:12:39.334 INFO:tasks.cephadm.mon.smithi133:Stopping mon.smithi133... 2024-01-13T13:12:39.334 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133 2024-01-13T13:12:39.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:39 smithi133 systemd[1]: Stopping Ceph mon.smithi133 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:39.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:39 smithi133 bash[129455]: Error: no container with name or ID "ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon.smithi133" found: no such container 2024-01-13T13:12:39.801 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:39 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:12:39.587+0000 7f4b9dc77700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T13:12:39.801 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:39 smithi133 ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133[127057]: debug 2024-01-13T13:12:39.587+0000 7f4b9dc77700 -1 mon.smithi133@0(leader) e2 *** Got Signal Terminated *** 2024-01-13T13:12:40.060 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 13 13:12:39 smithi133 bash[129494]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-mon-smithi133 2024-01-13T13:12:40.067 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi133.service' 2024-01-13T13:12:40.127 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:40.127 INFO:tasks.cephadm.mon.smithi133:Stopped mon.smithi133 2024-01-13T13:12:40.127 INFO:tasks.cephadm.mon.smithi187:Stopping mon.smithi187... 2024-01-13T13:12:40.127 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi187 2024-01-13T13:12:40.423 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 13 13:12:40 smithi187 systemd[1]: Stopping Ceph mon.smithi187 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:40.816 DEBUG:teuthology.orchestra.run.smithi187:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@mon.smithi187.service' 2024-01-13T13:12:40.866 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:40.867 INFO:tasks.cephadm.mon.smithi187:Stopped mon.smithi187 2024-01-13T13:12:40.867 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-13T13:12:40.867 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.0 2024-01-13T13:12:41.179 INFO:journalctl@ceph.osd.0.smithi133.stdout:Jan 13 13:12:40 smithi133 systemd[1]: Stopping Ceph osd.0 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:41.579 INFO:journalctl@ceph.osd.0.smithi133.stdout:Jan 13 13:12:41 smithi133 bash[129622]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-osd.0 2024-01-13T13:12:41.580 INFO:journalctl@ceph.osd.0.smithi133.stdout:Jan 13 13:12:41 smithi133 bash[129663]: bash: /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/osd.0/unit.stop: No such file or directory 2024-01-13T13:12:42.267 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.0.service' 2024-01-13T13:12:42.306 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:42.306 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-13T13:12:42.307 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-13T13:12:42.307 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.1 2024-01-13T13:12:42.578 INFO:journalctl@ceph.osd.1.smithi133.stdout:Jan 13 13:12:42 smithi133 systemd[1]: Stopping Ceph osd.1 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:43.162 INFO:journalctl@ceph.osd.1.smithi133.stdout:Jan 13 13:12:42 smithi133 bash[129805]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-osd.1 2024-01-13T13:12:43.162 INFO:journalctl@ceph.osd.1.smithi133.stdout:Jan 13 13:12:42 smithi133 bash[129846]: bash: /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/osd.1/unit.stop: No such file or directory 2024-01-13T13:12:43.809 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.1.service' 2024-01-13T13:12:43.848 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:43.848 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-13T13:12:43.848 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-13T13:12:43.848 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.2 2024-01-13T13:12:44.092 INFO:journalctl@ceph.osd.2.smithi133.stdout:Jan 13 13:12:43 smithi133 systemd[1]: Stopping Ceph osd.2 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:44.344 INFO:journalctl@ceph.osd.2.smithi133.stdout:Jan 13 13:12:44 smithi133 bash[129985]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-osd.2 2024-01-13T13:12:44.678 INFO:journalctl@ceph.osd.2.smithi133.stdout:Jan 13 13:12:44 smithi133 bash[130026]: bash: /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/osd.2/unit.stop: No such file or directory 2024-01-13T13:12:45.251 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.2.service' 2024-01-13T13:12:45.290 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:45.290 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-13T13:12:45.290 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-13T13:12:45.290 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.3 2024-01-13T13:12:45.550 INFO:journalctl@ceph.osd.3.smithi133.stdout:Jan 13 13:12:45 smithi133 systemd[1]: Stopping Ceph osd.3 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:46.079 INFO:journalctl@ceph.osd.3.smithi133.stdout:Jan 13 13:12:45 smithi133 bash[130166]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-osd.3 2024-01-13T13:12:46.079 INFO:journalctl@ceph.osd.3.smithi133.stdout:Jan 13 13:12:45 smithi133 bash[130208]: bash: /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/osd.3/unit.stop: No such file or directory 2024-01-13T13:12:46.775 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.3.service' 2024-01-13T13:12:46.815 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:46.815 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-13T13:12:46.815 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-13T13:12:46.815 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.4 2024-01-13T13:12:47.173 INFO:journalctl@ceph.osd.4.smithi187.stdout:Jan 13 13:12:46 smithi187 systemd[1]: Stopping Ceph osd.4 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:47.589 INFO:journalctl@ceph.osd.4.smithi187.stdout:Jan 13 13:12:47 smithi187 bash[54143]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-osd.4 2024-01-13T13:12:47.589 INFO:journalctl@ceph.osd.4.smithi187.stdout:Jan 13 13:12:47 smithi187 bash[54186]: bash: /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/osd.4/unit.stop: No such file or directory 2024-01-13T13:12:48.302 DEBUG:teuthology.orchestra.run.smithi187:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.4.service' 2024-01-13T13:12:48.342 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:48.343 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-13T13:12:48.343 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-13T13:12:48.343 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.5 2024-01-13T13:12:48.625 INFO:journalctl@ceph.osd.5.smithi187.stdout:Jan 13 13:12:48 smithi187 systemd[1]: Stopping Ceph osd.5 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:48.923 INFO:journalctl@ceph.osd.5.smithi187.stdout:Jan 13 13:12:48 smithi187 bash[54328]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-osd.5 2024-01-13T13:12:48.923 INFO:journalctl@ceph.osd.5.smithi187.stdout:Jan 13 13:12:48 smithi187 bash[54369]: bash: /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/osd.5/unit.stop: No such file or directory 2024-01-13T13:12:49.802 DEBUG:teuthology.orchestra.run.smithi187:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.5.service' 2024-01-13T13:12:49.840 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:49.841 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-13T13:12:49.841 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-13T13:12:49.841 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.6 2024-01-13T13:12:50.106 INFO:journalctl@ceph.osd.6.smithi187.stdout:Jan 13 13:12:49 smithi187 systemd[1]: Stopping Ceph osd.6 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:50.423 INFO:journalctl@ceph.osd.6.smithi187.stdout:Jan 13 13:12:50 smithi187 bash[54509]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-osd.6 2024-01-13T13:12:50.423 INFO:journalctl@ceph.osd.6.smithi187.stdout:Jan 13 13:12:50 smithi187 bash[54550]: bash: /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/osd.6/unit.stop: No such file or directory 2024-01-13T13:12:51.193 DEBUG:teuthology.orchestra.run.smithi187:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.6.service' 2024-01-13T13:12:51.233 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:51.233 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-13T13:12:51.233 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-13T13:12:51.233 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.7 2024-01-13T13:12:51.487 INFO:journalctl@ceph.osd.7.smithi187.stdout:Jan 13 13:12:51 smithi187 systemd[1]: Stopping Ceph osd.7 for 9a23abc2-b209-11ee-95ac-87774f69a715... 2024-01-13T13:12:52.043 INFO:journalctl@ceph.osd.7.smithi187.stdout:Jan 13 13:12:51 smithi187 bash[54690]: ceph-9a23abc2-b209-11ee-95ac-87774f69a715-osd.7 2024-01-13T13:12:52.043 INFO:journalctl@ceph.osd.7.smithi187.stdout:Jan 13 13:12:51 smithi187 bash[54731]: bash: /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/osd.7/unit.stop: No such file or directory 2024-01-13T13:12:52.734 DEBUG:teuthology.orchestra.run.smithi187:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a23abc2-b209-11ee-95ac-87774f69a715@osd.7.service' 2024-01-13T13:12:52.773 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T13:12:52.774 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-13T13:12:52.774 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 --force --keep-logs 2024-01-13T13:12:52.922 INFO:teuthology.orchestra.run.smithi133.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-13T13:12:52.923 INFO:teuthology.orchestra.run.smithi133.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-13T13:12:52.923 INFO:teuthology.orchestra.run.smithi133.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-13T13:12:52.923 INFO:teuthology.orchestra.run.smithi133.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-01-13T13:12:52.923 INFO:teuthology.orchestra.run.smithi133.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-13T13:12:52.923 INFO:teuthology.orchestra.run.smithi133.stderr: ... 2024-01-13T13:12:52.923 INFO:teuthology.orchestra.run.smithi133.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-13T13:12:52.933 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-13T13:12:52.933 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 --force --keep-logs 2024-01-13T13:12:53.070 INFO:teuthology.orchestra.run.smithi187.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-13T13:12:53.070 INFO:teuthology.orchestra.run.smithi187.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-13T13:12:53.070 INFO:teuthology.orchestra.run.smithi187.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-13T13:12:53.070 INFO:teuthology.orchestra.run.smithi187.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-01-13T13:12:53.070 INFO:teuthology.orchestra.run.smithi187.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-13T13:12:53.070 INFO:teuthology.orchestra.run.smithi187.stderr: ... 2024-01-13T13:12:53.071 INFO:teuthology.orchestra.run.smithi187.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-13T13:12:53.080 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-13T13:12:53.081 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T13:12:53.108 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T13:12:53.135 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-13T13:12:53.137 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056/remote/ubuntu@smithi133.front.sepia.ceph.com/crash 2024-01-13T13:12:53.138 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/crash -- . 2024-01-13T13:12:53.188 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056/remote/ubuntu@smithi187.front.sepia.ceph.com/crash 2024-01-13T13:12:53.189 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/lib/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/crash -- . 2024-01-13T13:12:53.227 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-13T13:12:53.227 DEBUG:teuthology.orchestra.run.smithi133:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-13T13:12:53.257 INFO:teuthology.orchestra.run.smithi133.stderr:grep: /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph.log: No such file or directory 2024-01-13T13:12:53.258 INFO:tasks.cephadm:Compressing logs... 2024-01-13T13:12:53.258 DEBUG:teuthology.orchestra.run.smithi133:> 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-13T13:12:53.301 DEBUG:teuthology.orchestra.run.smithi187:> 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-13T13:12:53.325 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-13T13:12:53.326 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-13T13:12:53.326 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-volume.log 2024-01-13T13:12:53.326 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.2.log 2024-01-13T13:12:53.326 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mds.foofs.smithi133.clzuqs.log 2024-01-13T13:12:53.327 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mgr.smithi133.tqxoyx.log 2024-01-13T13:12:53.327 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.3.log 2024-01-13T13:12:53.327 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mds.foofs.smithi133.clzuqs.log: /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mgr.smithi133.tqxoyx.log: 79.8% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mds.foofs.smithi133.clzuqs.log.gz 2024-01-13T13:12:53.328 INFO:teuthology.orchestra.run.smithi187.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-13T13:12:53.328 INFO:teuthology.orchestra.run.smithi187.stderr:: No such file or directory 2024-01-13T13:12:53.328 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.6.log 2024-01-13T13:12:53.328 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-volume.log 2024-01-13T13:12:53.329 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mds.foofs.smithi187.pdkwgu.log 2024-01-13T13:12:53.330 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.6.log: /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mgr.smithi187.npkohp.log 2024-01-13T13:12:53.330 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.7.log 2024-01-13T13:12:53.330 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mds.foofs.smithi187.pdkwgu.log: 70.6% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mds.foofs.smithi187.pdkwgu.log.gz 2024-01-13T13:12:53.330 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mgr.smithi187.npkohp.log: gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mon.smithi187.log 2024-01-13T13:12:53.330 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.4.log 2024-01-13T13:12:53.331 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.3.log: 94.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-13T13:12:53.332 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.0.log 2024-01-13T13:12:53.332 INFO:teuthology.orchestra.run.smithi133.stderr: 91.3% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-volume.log.gz 2024-01-13T13:12:53.332 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mon.smithi133.log 2024-01-13T13:12:53.332 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.1.log 2024-01-13T13:12:53.333 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mon.smithi187.log: /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.4.log: 91.3% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-volume.log.gz 2024-01-13T13:12:53.333 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.5.log 2024-01-13T13:12:53.335 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.5.log: 93.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-13T13:12:53.462 INFO:teuthology.orchestra.run.smithi187.stderr: 91.0% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mgr.smithi187.npkohp.log.gz 2024-01-13T13:12:54.209 INFO:teuthology.orchestra.run.smithi187.stderr: 92.4% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mon.smithi187.log.gz 2024-01-13T13:12:54.340 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mon.smithi133.log: /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.1.log: gzip: /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mgr.smithi133.tqxoyx.log: file size changed while zipping 2024-01-13T13:12:54.340 INFO:teuthology.orchestra.run.smithi133.stderr: 92.3% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mgr.smithi133.tqxoyx.log.gz 2024-01-13T13:12:56.212 INFO:teuthology.orchestra.run.smithi133.stderr: 91.2% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-mon.smithi133.log.gz 2024-01-13T13:13:06.809 INFO:teuthology.orchestra.run.smithi133.stderr: 94.4% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.2.log.gz 2024-01-13T13:13:09.447 INFO:teuthology.orchestra.run.smithi187.stderr: 93.9% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.4.log.gz 2024-01-13T13:13:11.411 INFO:teuthology.orchestra.run.smithi133.stderr: 94.0% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.0.log.gz 2024-01-13T13:13:12.613 INFO:teuthology.orchestra.run.smithi187.stderr: 94.2% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.6.log.gz 2024-01-13T13:13:14.756 INFO:teuthology.orchestra.run.smithi133.stderr: 94.2% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.1.log.gz 2024-01-13T13:13:15.121 INFO:teuthology.orchestra.run.smithi133.stderr: 94.0% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.3.log.gz 2024-01-13T13:13:15.123 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-13T13:13:15.123 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m21.808s 2024-01-13T13:13:15.123 INFO:teuthology.orchestra.run.smithi133.stderr:user 1m15.435s 2024-01-13T13:13:15.124 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m3.107s 2024-01-13T13:13:15.306 INFO:teuthology.orchestra.run.smithi187.stderr: 94.2% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.5.log.gz 2024-01-13T13:13:22.413 INFO:teuthology.orchestra.run.smithi187.stderr: 94.1% -- replaced with /var/log/ceph/9a23abc2-b209-11ee-95ac-87774f69a715/ceph-osd.7.log.gz 2024-01-13T13:13:22.414 INFO:teuthology.orchestra.run.smithi187.stderr: 2024-01-13T13:13:22.414 INFO:teuthology.orchestra.run.smithi187.stderr:real 0m29.096s 2024-01-13T13:13:22.415 INFO:teuthology.orchestra.run.smithi187.stderr:user 1m23.923s 2024-01-13T13:13:22.415 INFO:teuthology.orchestra.run.smithi187.stderr:sys 0m3.394s 2024-01-13T13:13:22.415 INFO:tasks.cephadm:Archiving logs... 2024-01-13T13:13:22.415 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056/remote/ubuntu@smithi133.front.sepia.ceph.com/log 2024-01-13T13:13:22.417 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-13T13:13:32.422 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056/remote/ubuntu@smithi187.front.sepia.ceph.com/log 2024-01-13T13:13:32.423 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-13T13:13:43.996 INFO:tasks.cephadm:Removing cluster... 2024-01-13T13:13:43.996 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 --force 2024-01-13T13:14:18.668 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a23abc2-b209-11ee-95ac-87774f69a715 --force 2024-01-13T13:17:30.423 INFO:tasks.cephadm:Removing cephadm ... 2024-01-13T13:17:30.424 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-13T13:17:30.446 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-13T13:17:30.465 INFO:tasks.cephadm:Teardown complete 2024-01-13T13:17:30.465 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-13T13:17:30.475 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-13T13:17:30.475 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T13:17:30.489 DEBUG:teuthology.orchestra.run.smithi187:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T13:17:30.506 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2024-01-13T13:17:30.510 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-13T13:17:30.510 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-01-13T13:17:30.510 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 -967us[ -967us] +/- 85ms 2024-01-13T13:17:30.510 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 -470us[ -472us] +/- 80ms 2024-01-13T13:17:30.511 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 11 +1199us[+1199us] +/- 81ms 2024-01-13T13:17:30.511 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T13:17:30.521 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2024-01-13T13:17:30.525 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-13T13:17:30.525 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-01-13T13:17:30.525 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 13 -882us[ -898us] +/- 85ms 2024-01-13T13:17:30.526 INFO:teuthology.orchestra.run.smithi187.stdout:^* hv02.front.sepia.ceph.com 3 7 377 12 -378us[ -394us] +/- 80ms 2024-01-13T13:17:30.526 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 8 +1246us[+1246us] +/- 81ms 2024-01-13T13:17:30.526 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-01-13T13:17:30.527 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-13T13:17:30.535 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-13T13:17:30.535 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-13T13:17:30.562 DEBUG:teuthology.orchestra.run.smithi133:> 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-13T13:17:30.635 DEBUG:teuthology.orchestra.run.smithi187:> 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-13T13:17:30.697 DEBUG:teuthology.orchestra.run.smithi133:> 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-13T13:17:30.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T13:17:30.729 DEBUG:teuthology.orchestra.run.smithi187:> 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-13T13:17:30.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T13:17:30.758 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-13T13:17:30.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-13T13:17:30.787 INFO:teuthology.task.internal:Duration was 5737.798726 seconds 2024-01-13T13:17:30.787 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-13T13:17:30.821 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-13T13:17:30.821 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-13T13:17:30.823 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-13T13:17:30.867 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-13T13:17:30.868 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-13T13:17:31.192 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-13T13:17:31.192 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-01-13T13:17:31.193 DEBUG:teuthology.orchestra.run.smithi133:> 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-13T13:17:31.216 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi187.front.sepia.ceph.com 2024-01-13T13:17:31.216 DEBUG:teuthology.orchestra.run.smithi187:> 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-13T13:17:31.238 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-13T13:17:31.238 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-13T13:17:31.259 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-13T13:17:31.324 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-13T13:17:31.325 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-13T13:17:31.327 DEBUG:teuthology.orchestra.run.smithi187:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-13T13:17:31.469 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-13T13:17:31.479 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-13T13:17:31.479 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-13T13:17:31.506 DEBUG:teuthology.orchestra.run.smithi187:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-13T13:17:31.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-13T13:17:31.544 DEBUG:teuthology.orchestra.run.smithi133:> 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-13T13:17:31.549 DEBUG:teuthology.orchestra.run.smithi187:> 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-13T13:17:31.572 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-01-13T13:17:31.600 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = core 2024-01-13T13:17:31.617 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-13T13:17:31.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T13:17:31.647 DEBUG:teuthology.orchestra.run.smithi187:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-13T13:17:31.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T13:17:31.674 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-13T13:17:31.684 INFO:teuthology.task.internal:Transferring archived files... 2024-01-13T13:17:31.685 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056/remote/smithi133 2024-01-13T13:17:31.686 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-13T13:17:31.730 DEBUG:teuthology.misc:Transferring archived files from smithi187:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056/remote/smithi187 2024-01-13T13:17:31.731 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-13T13:17:31.770 INFO:teuthology.task.internal:Removing archive directory... 2024-01-13T13:17:31.771 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-13T13:17:31.773 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-13T13:17:31.821 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-13T13:17:31.833 INFO:teuthology.task.internal:Not uploading archives. 2024-01-13T13:17:31.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-13T13:17:31.855 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-13T13:17:31.855 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-13T13:17:31.857 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-13T13:17:31.872 INFO:teuthology.orchestra.run.smithi133.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 13 13:17 /home/ubuntu/cephtest 2024-01-13T13:17:31.879 INFO:teuthology.orchestra.run.smithi187.stdout: 525984 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 13 13:17 /home/ubuntu/cephtest 2024-01-13T13:17:31.881 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-13T13:17:31.891 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-13T13:17:31.956 INFO:teuthology.nuke:Checking targets against current locks 2024-01-13T13:17:31.986 DEBUG:teuthology.nuke:shortname: smithi133 2024-01-13T13:17:31.986 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T13:17:32.010 DEBUG:teuthology.nuke:shortname: smithi187 2024-01-13T13:17:32.010 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T13:17:32.013 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056', '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-13 11:33:36.777445', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaoPzq+R+1ahje4297ZYhc/39F5JkJgKHfUKkuTWvF1ktzqtxy1BMYfd+yNREe/aVAfJ6bmhYg7+fQqMhb6UKQ='} 2024-01-13T13:17:32.037 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7516056', '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-13 11:33:36.778861', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKWE8/ptfn3RKEaYUyrDk2yaOyJplFzVARe2SG58r9CAKzu51tpk7UkoAWgxEFlG7PbjicurN6ZV1ExBRqL3m4A='} 2024-01-13T13:17:32.063 INFO:teuthology.orchestra.console.smithi133:Power off 2024-01-13T13:17:32.064 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T13:17:32.087 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-01-13T13:17:32.088 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T13:17:32.104 INFO:teuthology.orchestra.console.smithi187:Power off 2024-01-13T13:17:32.105 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T13:17:32.114 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-13T13:17:32.126 DEBUG:teuthology.orchestra.console.smithi187:power off output: Chassis Power Control: Down/Off 2024-01-13T13:17:32.126 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T13:17:32.147 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-13T13:17:36.115 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T13:17:36.149 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T13:17:36.225 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-13T13:17:36.256 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-13T13:17:40.230 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T13:17:40.257 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T13:17:40.340 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-01-13T13:17:40.365 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is off 2024-01-13T13:17:40.441 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-01-13T13:17:40.466 INFO:teuthology.orchestra.console.smithi187:Power off completed 2024-01-13T13:17:40.571 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: 5737.798725605011 failure_reason: 'Command failed on smithi133 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 9a23abc2-b209-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2952bd56455c4fd5bd185432de76a439 status: fail success: false 2024-01-13T13:17:40.571 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T13:17:40.650 INFO:teuthology.run:FAIL